errbot.core_plugins.help module

class errbot.core_plugins.help.Help(bot, name=None)[source]

Bases: 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.'
about(msg, args)[source]

Return information about this Errbot instance and version

apropos(msg, args)[source]

Returns a help string listing available options.

Automatically assigned to the “help” command.

help(msg, args)[source]

Returns a help string listing available options. Automatically assigned to the “help” command.

is_git_directory(path='.')[source]