Views
- State: published
IgnoreEmptyCmds
This plugin allows your bot to ignore 'empty' commands.
For example, my bot has "." as its prefix character.
Because of this, when users say "..", the bot would interpret it as a command. This plugin resolves that problem.
In addition to the above, this plugin also allows for you to specify a regexp which is run on incoming commands. If the regexp matches the text, then the command is ignored (ie will not be processed as a command). This regexp is only run on commands sent through channels, so if you set it to something that is too broad (thus ignoring ALL of your commands), you can fix things through a /msg window.
Latest release
0.11 — Fixed problem that might have prevented people from loading the plugin.. Otherwise unchanged