Package gozerbot :: Module monitor :: Class Saymonitor
[hide private]
[frames] | no frames]

Class Saymonitor

source code

           object --+        
                    |        
threadloop.ThreadLoop --+    
                        |    
                  Monitor --+
                            |
                           Saymonitor

monitor bot output (bot.say)

Instance Methods [hide private]
 
handle(self, botname, printto, txt, who, how, fromm)
fire saymonitor callbacks
source code

Inherited from Monitor: __init__, add, unload

Inherited from threadloop.ThreadLoop: put, start, stop

Inherited from threadloop.ThreadLoop (private): _loop

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

handle(self, botname, printto, txt, who, how, fromm)

source code 

fire saymonitor callbacks

Overrides: threadloop.ThreadLoop.handle