Class l.chatMod(chatMod.chatMod):

Part of logMod View In Hierarchy

No class docstring
Method __init__ Undocumented
Method timemap Undocumented
Method ts timestamp
Method secsUntilDayChange calculate the Seconds to midnight
Method dayChange Undocumented
Method log Undocumented
Method logPrivate Undocumented
Method joined we have joined a channel
Method left we have left a channel
Method msg message received
Method query a private message received (Obsolete method)
Method noticed we got a notice
Method action action (/me) received
Method modeChanged mode changed
Method userKicked someone kicked someone else
Method userJoined a user joined the channel
Method userLeft a user left the channel
Method userQuit a user disconnect from the network
Method topicUpdated a user changed the topic of a channel
Method userRenamed a user changed the nick
Method stop called, when the bot is stopped, or the module is reloaded
Method connectionMade made connection to server
Method setNetwork Undocumented

Inherited from chatMod:

Method setLogger set the logger
Method auth check the authorisation of the user
Method command a command message received
Method privmsg a private message received
Method connectionLost lost connection to server
Method signedOn successfully signed on
Method kickedFrom someone kicked the bot
Method userJoinedMask Undocumented
Method yourHost info about your host
Method irc_unknown an IRC-Message, which is not handle by twisted was received
Method reload called to reload the settings of the module
Method start called to start the work of the module
Method sendLine Undocumented
Method lineReceived Undocumented
Method ctcpQuery called for ctcp queries
def __init__(self, bot):
Undocumented
def timemap(self):
Undocumented
def ts(self, format='%H:%M'):
timestamp
def secsUntilDayChange(self):
calculate the Seconds to midnight
def dayChange(self):
Undocumented
def log(self, channel, string, timestamp=True):
Undocumented
def logPrivate(self, user, mystring):
Undocumented
def joined(self, channel):
we have joined a channel
def left(self, channel):
we have left a channel
def msg(self, user, channel, msg):
message received
def query(self, user, channel, msg):
a private message received (Obsolete method)
def noticed(self, user, channel, msg):
we got a notice
def action(self, user, channel, message):
action (/me) received
def modeChanged(self, user, channel, set, modes, args):
mode changed
def userKicked(self, kickee, channel, kicker, message):
someone kicked someone else
def userJoined(self, user, channel):
a user joined the channel
def userLeft(self, user, channel):
a user left the channel
def userQuit(self, user, quitMessage):
a user disconnect from the network
def topicUpdated(self, user, channel, newTopic):
a user changed the topic of a channel
def userRenamed(self, oldname, newname):
a user changed the nick
def stop(self):
called, when the bot is stopped, or the module is reloaded
def connectionMade(self):
made connection to server
def setNetwork(self):
Undocumented
API Documentation for OtfBot, generated by pydoctor at 2010-01-14 18:51:57.