Allow to add new command in Client::_run
marmotz opened this issue · 4 comments
marmotz commented
For now, the only way to add commands in Client::_run is to extends this method, reparse message and call parent for base message.
Please provide a simple way to add custom commands (or/and implement all the base commands, see #14).
A good solution should be to add an empty method in Client (by exemple "manageCustomCommand") and call it in default case.
marmotz commented
well... no :)
marmotz commented
maybe...