shellbot.commands.help module¶
-
class
shellbot.commands.help.Help(engine=None, **kwargs)[source]¶ Bases:
shellbot.commands.base.CommandLists available commands and related usage information
-
allow(bot, command)[source]¶ Allows a command for this bot
Parameters: Returns: True is this command is allowed for this bot, else False
-