errbot.core_plugins.help module¶
-
class
errbot.core_plugins.help.
Help
(bot, name=None)[source]¶ Bases:
errbot.botplugin.BotPlugin
-
MSG_HELP_TAIL
= 'Type help <command name> to get more info about that specific command.'¶
-
MSG_HELP_UNDEFINED_COMMAND
= 'That command is not defined.'¶
-
apropos
(msg, args)[source]¶ Returns a help string listing available options.
Automatically assigned to the “help” command.
-
Previous: errbot.core_plugins.health module
|
Next: errbot.core_plugins.plugins module