diff --git a/bin/darkirc/src/irc/client.rs b/bin/darkirc/src/irc/client.rs index 4f3e24a55600..671af63edd32 100644 --- a/bin/darkirc/src/irc/client.rs +++ b/bin/darkirc/src/irc/client.rs @@ -571,7 +571,7 @@ impl Client { // TODO: Perhaps this could also be configurable. Like what // moderation actions we allow per channel. let command = modmsg.command.to_uppercase().to_string(); - if !["MOTD"].contains(&command.as_str()) { + if !["TOPIC"].contains(&command.as_str()) { return true }