diff options
Diffstat (limited to 'mumlib/src')
| -rw-r--r-- | mumlib/src/command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index f1b52b8..48174fc 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -110,7 +110,7 @@ pub enum CommandResponse { is_muted: bool, }, PastMessage { - message: (String, String), + message: (NaiveDateTime, String, String), }, Pong, ServerConnect { |
