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

Module irc

source code

an Irc object handles the connection to the irc server .. receiving, sending, connect and reconnect code


Copyright: this file is in the public domain

Classes [hide private]
  AlreadyConnected
already connected exception
  AlreadyConnecting
bot is already connecting exception
  Irc
the irc class, provides interface to irc related stuff
Variables [hide private]
  outlock = thread.allocate_lock()
  reconnectlock = thread.allocate_lock()