diff options
Diffstat (limited to 'mumlib')
| -rw-r--r-- | mumlib/src/command.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<String>, accept_invalid_cert: bool, }, ServerDisconnect, |
