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

Module eventhandler

source code

event handlers


Copyright: this file is in the public domain

Classes [hide private]
  Eventhandler
events are handled in 11 queues with different priorities: queue0 is tried first queue10 last
  Irchandler
handles ircevents
  Commandhandler
handle bot commands
  Outputhandler
handle bot output
Variables [hide private]
  handlerlock = thread.allocate_lock()
  mainhandler = Eventhandler()
  commandhandler = Commandhandler()