Package gozerbot :: Module eventhandler :: Class Commandhandler
[hide private]
[frames] | no frames]

Class Commandhandler

source code

  object --+    
           |    
Eventhandler --+
               |
              Commandhandler

handle bot commands

Instance Methods [hide private]
 
put(self, speed, what, com, bot, ievent)
put item on the queue
source code
 
dispatch(self, queue)
dispatch bot commands from provided queue
source code

Inherited from Eventhandler: __init__, getready, handle_one, handleloop, start, stop

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

put(self, speed, what, com, bot, ievent)

source code 

put item on the queue

Overrides: Eventhandler.put

dispatch(self, queue)

source code 

dispatch bot commands from provided queue

Overrides: Eventhandler.dispatch