unitycoders / uc_pircbotx

A bot for #unity-coders using pircbotx
GNU General Public License v3.0
3 stars 2 forks source link

Remove the need to put ! in privmsg to the bot #52

Closed webpigeon closed 9 years ago

webpigeon commented 10 years ago

As users who are PMing the bot already know that they are talking to the bot, it doesn't need to be prefixed. We could remove the need to prefix the commands by:

This change would allow us to:

webpigeon commented 9 years ago

CommandListener strips out the trigger so that the processor and plugins don't have to care about it. This can be closed now.