Timbus / Net--IRC

A simple and easy to use IRC Bot framework for Perl 6
ISC License
15 stars 10 forks source link

“Nothing to dispatch” warning when using multiple modules #16

Closed AlexDaniel closed 8 years ago

AlexDaniel commented 8 years ago

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.

AlexDaniel commented 8 years ago

Ah! This message was removed in https://github.com/TiMBuS/Net--IRC/commit/f782970fb36d6ef757b271a897013961f3002e43!