errbot.core_plugins.health module¶
-
class
errbot.core_plugins.health.
Health
(bot, name=None)[source]¶ Bases:
errbot.botplugin.BotPlugin
-
shutdown
(msg, confirmed, kill)[source]¶ usage: shutdown [-h] [–kill] [–confirm]
Shutdown the bot. Useful when the things are going crazy and you don’t have access to the machine.
- optional arguments:
-h, --help show this help message and exit --kill kill the bot instantly, don’t shut down gracefully --confirm confirm you want to shut down
-
Previous: errbot.core_plugins.flows module
|
Next: errbot.core_plugins.help module