errbot.core_plugins.vcheck module

class errbot.core_plugins.vcheck.VersionChecker(bot, name=None)[source]

Bases: 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
deactivate()[source]

Triggered on plugin deactivation.

Override this method if you want to do something at tear-down phase (don’t forget to super().deactivate()).

version_check()[source]