diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-17 16:16:23 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-17 16:16:23 +0200 |
| commit | b10d20a20496eb9287975fc9fd9b688d59896031 (patch) | |
| tree | 39739e0eafefdf8467f4bf1a9143bea17f1a69c3 /mumlib/src/command.rs | |
| parent | d740d78b0b18543928355a7183ba770a6cc0368a (diff) | |
| download | mum-b10d20a20496eb9287975fc9fd9b688d59896031.tar.gz | |
change status data transfer struct
Diffstat (limited to 'mumlib/src/command.rs')
| -rw-r--r-- | mumlib/src/command.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index d273ee9..a216445 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -24,7 +24,6 @@ pub enum CommandResponse { channels: Channel, }, Status { - username: Option<String>, server_state: Server, }, } |
