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

Class Jabbermonitor

source code

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

monitor jabber output

Instance Methods [hide private]
 
handle(self, bot, msg)
fire jabber monitor 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, bot, msg)

source code 

fire jabber monitor callbacks

Overrides: threadloop.ThreadLoop.handle