Package gozerbot :: Module callbacks :: Class Jabbercallbacks
[hide private]
[frames] | no frames]

Class Jabbercallbacks

source code

object --+    
         |    
 Callbacks --+
             |
            Jabbercallbacks

callback on ircevent

Instance Methods [hide private]
 
check(self, bot, ievent)
check for callbacks to be fired
source code
 
callback(self, cb, bot, ievent)
callback cb with bot and ievent as arguments
source code

Inherited from Callbacks: __init__, add, size, unload, whereis

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__