ArkaneMoose/BotBot

!suppress command

Closed this issue · 1 comments

A bot should be able to respond with !suppress to have no response. This is different from syntax like [] because [] is evaluated at compile-time to become no response, so commands like !ping and !help use their autogenerated values. !suppress would be evaluated at runtime, causing no response to !ping or !help.

Then again, we may not need the !suppress command at all. The existence of a regex signifies that it should override anything autogenerated.

Commit 02fb302 obviates the need for the !suppress command. I'll close this and mark as wontfix.