litaio / lita

ChatOps for Ruby.
https://www.lita.io
MIT License
1.68k stars 179 forks source link

Reply with "Command unknown" if there is no command #199

Closed jaybrueder closed 8 years ago

jaybrueder commented 8 years ago

It would be great if Lita could reply with "Command unknown" or "I don't know this command" if the user asks something that Lita does not understand.

I sometimes have users using the wrong command or having typos in their messages. Lita stays silent and then they think that Lita is down or broken.

I think it would improve the user experience.

jimmycuadra commented 8 years ago

You can do this with the "unhandled message" event. See #55.