From 4b12f3e87ed12ed5b070f23d73f8288cd5b109fd Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Sun, 28 Mar 2021 15:58:16 -0300 Subject: Finish the password implementation --- mumlib/src/command.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mumlib/src') diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index 73a065d..d2e8477 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -19,6 +19,7 @@ pub enum Command { host: String, port: u16, username: String, + password: Option, accept_invalid_cert: bool, }, ServerDisconnect, -- cgit v1.2.1