botzilla icon indicating copy to clipboard operation
botzilla copied to clipboard

Add !help command

Open dannycolin opened this issue 5 years ago • 2 comments

With Firebot we had a command that let us reply a canned response. For example:

!help @username keywords

This would be really helpful for when people ask question on #general:mozilla.org on how they can contribute or even on #fx-desktop-community when we want to quickly link to a KB article.

dannycolin avatar Oct 23 '20 20:10 dannycolin

Thanks for opening an issue! It would make sense to do so, especially since botzilla has a key/value data store that could map the questions to answers. The !help command is already taken by the help module, but that's a detail.

bnjbvr avatar Oct 26 '20 14:10 bnjbvr

The !help command is already taken by the help module, but that's a detail.

True! I wonder if it's a good idea in the long run to use generic word like !help as a command since a room could have multiple bots. For example, the github bot use !gh [command] [arguments] to avoid collision with other bots. But this is a separate issue on itself :).

dannycolin avatar Oct 26 '20 15:10 dannycolin