errbot.core_plugins.flows module¶
-
class
errbot.core_plugins.flows.
Flows
(bot, name=None)[source]¶ Bases:
errbot.botplugin.BotPlugin
Management 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
- optional arguments:
-h, --help show this help message and exit
-
Previous: errbot.core_plugins.cnf_filter module
|
Next: errbot.core_plugins.health module