aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/src/command.rs')
-rw-r--r--mumlib/src/command.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs
index 351d7f6..f8a8fc8 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -69,6 +69,7 @@ pub enum CommandResponse {
#[derive(Clone, Debug, Deserialize, Serialize)]
pub enum MessageTarget {
+ CurrentChannel {recursive: bool },
Channel { recursive: bool, name: String },
User { name: String },
}