errbotΒΆ
- errbot package
- Subpackages
- Submodules
- errbot.backend_plugin_manager module
- errbot.bootstrap module
- errbot.botplugin module
- errbot.cli module
- errbot.config-template module
- errbot.core module
- errbot.flow module
- errbot.logs module
- errbot.plugin_info module
- errbot.plugin_manager module
- errbot.plugin_wizard module
- errbot.repo_manager module
- errbot.streaming module
- errbot.templating module
- errbot.utils module
- errbot.version module
- Module contents
BotFlow
BotPlugin
BotPlugin.activate()
BotPlugin.build_identifier()
BotPlugin.callback_botmessage()
BotPlugin.callback_connect()
BotPlugin.callback_mention()
BotPlugin.callback_message()
BotPlugin.callback_presence()
BotPlugin.callback_reaction()
BotPlugin.callback_room_joined()
BotPlugin.callback_room_left()
BotPlugin.callback_room_topic()
BotPlugin.callback_stream()
BotPlugin.change_presence()
BotPlugin.check_configuration()
BotPlugin.configure()
BotPlugin.deactivate()
BotPlugin.get_configuration_template()
BotPlugin.query_room()
BotPlugin.rooms()
BotPlugin.send()
BotPlugin.send_card()
BotPlugin.send_stream_request()
BotPlugin.send_templated()
BotPlugin.start_poller()
BotPlugin.stop_poller()
BotPlugin.warn_admins()
Command
CommandError
Flow
FlowRoot
arg_botcmd()
botcmd()
botflow()
botmatch()
cmdfilter()
re_botcmd()
webhook()
webroute()