Timbus/Net--IRC

“Nothing to dispatch” warning when using multiple modules

AlexDaniel opened this issue · 1 comments

It seems like if you are using more than one module that is using CommandHandler you will be getting pointless “Nothing to dispatch” warnings (command exists, but in another module. Therefore CommandHandler of the current module decides to throw a warning).

Possible workaround is to use inheritance and smash everything into one module. I don't really want to do that though.

Ah! This message was removed in f782970!