slowriot / MCOTelegramBot

Democratically crowdsourced general purpose bot dedicated to the MinecraftOnline telegram community.
GNU General Public License v3.0
3 stars 3 forks source link

Remove "no handler" message #3

Closed Pyker closed 8 years ago

Pyker commented 8 years ago

It assumes that every command belongs to it, including /tslist, /list and others that are handled by the other bots, complaining about commands it doesn't know about.

This change would remove that message, effectively making the bot not answer to commands it doesn't know.

slowriot commented 8 years ago

But every command DOES belong to it ultimately. The point is to replace all other bots and implement all missing but desired commands.

ejm commented 8 years ago

But not every command is meant to actually be handled. For example, /me. Sure, you can write an empty handler for it and then vote, but that's just backwards IMO

slowriot commented 8 years ago

Matter of perspective i suppose ;) Anyway the votes will decide it

ejm commented 8 years ago

Fair enough, my friend On Oct 20, 2015 11:20 AM, "slowriot" notifications@github.com wrote:

Matter of perspective i suppose ;) Anyway the votes will decide it

— Reply to this email directly or view it on GitHub https://github.com/slowriot/MCOTelegramBot/pull/3#issuecomment-149600255 .