unitycoders / uc_pircbotx

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

Command manager #49

Closed webpigeon closed 10 years ago

webpigeon commented 10 years ago

A cleaner version of the command processer, it's easier to read and (if run with assertions enabled) will alert when a command takes invalid paramaters (doesn't take message as first argument).

I've also refactored all the test cases which used the old methods so this should fail to merge now :).