csbot.plugins.whois module¶
-
class
csbot.plugins.whois.Whois(bot)[source]¶ Bases:
csbot.plugin.PluginAssociate data with a user and a channel. Users can update their own data, and it persists over nick changes.
-
PLUGIN_DEPENDS= ['usertrack']¶
-
whoisdb¶ Descriptor for plugin attributes that get (and cache) a value from another plugin.
See
Plugin.use().
-