csbot.plugins.topic module¶
-
class
csbot.plugins.topic.Topic(bot)[source]¶ Bases:
csbot.plugin.Plugin-
PLUGIN_DEPENDS= ['auth']¶
-
CONFIG_DEFAULTS= {'end': '', 'history': 5, 'sep': '|', 'start': ''}¶
-
setup()[source]¶ Plugin setup.
- Replace all
ProvidedByPluginattributes. - Fire all plugin integration methods.
- Register all commands provided by the plugin.
- Replace all
-