errbot.core_plugins.vcheck module¶
-
class
errbot.core_plugins.vcheck.
VersionChecker
(bot, name=None)[source]¶ Bases:
errbot.botplugin.BotPlugin
-
activate
()[source]¶ Triggered on plugin activation.
Override this method if you want to do something at initialization phase (don’t forget to super().activate()).
-
activated
= False¶
-
callback_connect
()[source]¶ Triggered when the bot has successfully connected to the chat network.
Override this method to get notified when the bot is connected.
-
connected
= False¶
-
Previous: errbot.core_plugins.utils module
|
Next: errbot.core_plugins.webserver module