shellbot.commands.help module

class shellbot.commands.help.Help(engine=None, **kwargs)[source]

Bases: shellbot.commands.base.Command

Lists available commands and related usage information

allow(bot, command)[source]

Allows a command for this bot

Parameters:
  • bot (ShellBot) – Can be a direct channel, or a group channel
  • command (Command) – Can be restricted either to direct or to group channels
Returns:

True is this command is allowed for this bot, else False

execute(bot, arguments=None, **kwargs)[source]

Lists available commands and related usage information

Parameters:
  • bot (Shellbot) – The bot for this execution
  • arguments (str or None) – The arguments for this command
on_init()[source]

Localize strings for this command