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

Class Ircevent

source code

object --+
         |
        Ircevent

represents an IRC event

Instance Methods [hide private]
 
__init__(self, ievent=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
copyin(self, ievent)
copy ievent
source code
 
__str__(self)
str(x)
source code
 
__del__(self) source code
 
filtered(self, txt) source code
 
parse(self, bot, rawstr)
parse raw string into ircevent
source code
 
reply(self, txt, result=None, nick=None, dot=False, nritems=False, nr=False, fromm=None)
reply txt ..
source code
 
missing(self, txt)
show what arguments are missing
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ievent=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

reply(self, txt, result=None, nick=None, dot=False, nritems=False, nr=False, fromm=None)

source code 

reply txt .. first check if queue then if DCC then /msg otherwise assume channel