deltachat-bot / deltabot

Delta.Chat bot written in Python
Mozilla Public License 2.0
33 stars 18 forks source link

ignore unknow commands in groups #14

Closed adbenitez closed 4 years ago

adbenitez commented 4 years ago

currently on incoming commands if the command is unknown an error message is sent back to the user, this can be disturbing if there are several bots in a group you send the command for one bot but all other bots will complain of invalid command.

in a 1:1 chat (or if we support /command@bot@example.com in the future) the error message is ok

adbenitez commented 4 years ago

closing in favor of #20