kibot.BaseModule
index
/usr/src/rpm/BUILD/kibot-0.0.12/kibot/BaseModule.py

 
Modules
       
kibot
os

 
Classes
       
BaseModule
NoDefault

 
class BaseModule
    This class is intended to provide a number of convenient and common
features for kibot modules.
 
  Methods defined here:
__init__(self, bot)
1) set the bot attribute
2) load the stasher if any _stash_attrs are defined
3) initialize the settings (setting any defaults if empty)
4) set any _on_XXXX handlers with priority 0

 
class NoDefault