crashdemons / IrtrusBot2

Fork of IrtrusBot
GNU General Public License v2.0
0 stars 1 forks source link

Add unified chat command support #7

Open crashdemons opened 7 years ago

crashdemons commented 7 years ago

Currently, processing of chat-based usercommands (eg: saying "~version" in a channel) is dependent on the individual plugins, and so can vary in handling, information, and prefix.

What would be best is if the bot base itself offered user command functions to IrcPlugin allowing one to register them with usage and help information in an organized way and send easy-to-handle events to plugins when they're triggered by a user.