Methods
|
|
|
|
Error
|
Error (
self,
con,
message,
)
|
|
Status
|
Status (
self,
con,
category,
message,
)
|
|
beepFrom
|
beepFrom (
self,
con,
nick,
)
|
|
commandOutput
|
commandOutput (
self,
con,
data,
)
|
|
gotPing
|
gotPing (
self,
con,
message,
)
|
|
importantMessage
|
importantMessage (
self,
con,
category,
message,
)
|
|
loginOK
|
loginOK ( self, con )
|
|
privateMessage
|
privateMessage (
self,
con,
nick,
message,
)
|
|
protocolLevel
|
protocolLevel (
self,
con,
protover,
host,
server,
)
|
|
publicMessage
|
publicMessage (
self,
con,
nick,
message,
)
|
|
serverExit
|
serverExit ( self, con )
|
|
unknownPacket
|
unknownPacket (
self,
con,
kind,
data,
)
|
|