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

Module ircevent

source code

an ircevent is extracted from the IRC string received from the server


Copyright: this file is in the public domain

Classes [hide private]
  Ircevent
represents an IRC event
Functions [hide private]
 
makeargrest(ievent)
create ievent.args and ievent.rest ..
source code
Variables [hide private]
  pfc = {'001': 1, '002': 1, '003': 1, '004': 4, '005': 15, '235...
Function Details [hide private]

makeargrest(ievent)

source code 

create ievent.args and ievent.rest .. this is needed because ircevents might be created outside the parse() function


Variables Details [hide private]

pfc

Value:
{'001': 1,
 '002': 1,
 '003': 1,
 '004': 4,
 '005': 15,
 '235': 3,
 '242': 1,
 '250': 1,
...