errbot.core_plugins.flows module¶
- classerrbot.core_plugins.flows.Flows(bot, name=None)[source] ¶
Bases:
BotPluginManagement commands related to flows / conversations.
- check_user(msg, flow)[source] ¶
Checks to make sure that either the user started the flow, or is a bot admin
- flows_kill(_, user, flow_name)[source] ¶
usage: flows_kill [-h] user flow_name
Admin command to kill a specific flow.
- positional arguments:
user flow_name
- options:
- -h, --help
show this help message and exit
Previous: errbot.core_plugins.cnf_filter module
|
Next: errbot.core_plugins.health module