errbot.core_plugins.textcmds module¶
-
class
errbot.core_plugins.textcmds.
TextModeCmds
(bot, name=None)[source]¶ Bases:
errbot.botplugin.BotPlugin
Internal to TextBackend.
-
activate
()[source]¶ Triggered on plugin activation.
Override this method if you want to do something at initialization phase (don’t forget to super().activate()).
-
asuser
(msg, args)[source]¶ This puts you in a room with the bot. You can specify a name otherwise it will default to ‘luser’.
-
Previous: errbot.core_plugins.plugins module
|
Next: errbot.core_plugins.utils module