| Home | Trees | Indices | Help |
|---|
|
|
event handlers
Copyright: this file is in the public domain
|
|||
|
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 |
|||
|
|||
handlerlock = thread.allocate_lock()
|
|||
mainhandler = Eventhandler()
|
|||
commandhandler = Commandhandler()
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0 on Fri Sep 26 22:09:16 2008 | http://epydoc.sourceforge.net |