o.p.i.l.Plugin(chatMod.chatMod) : class documentation

Part of otfbot.plugins.ircClient.log View Source 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 openLog 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
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 closeLogs Undocumented
Method connectionMade made connection to server
Method setNetwork Undocumented

Inherited from chatMod:

Method auth check the authorisation of the user
Method command a command 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): (source)
Undocumented
def timemap(self): (source)
Undocumented
def ts(self, format='%H:%M'): (source)
timestamp
def secsUntilDayChange(self): (source)
calculate the Seconds to midnight
def dayChange(self): (source)
Undocumented
def log(self, channel, string, timestamp=True): (source)
Undocumented
def logPrivate(self, user, mystring): (source)
Undocumented
def openLog(self, channel): (source)
Undocumented
@callback
def joined(self, channel): (source)
we have joined a channel
@callback
def left(self, channel): (source)
we have left a channel
@callback
def msg(self, user, channel, msg): (source)
message received
@callback
def query(self, user, channel, msg): (source)
a private message received
@callback
def noticed(self, user, channel, msg): (source)
we got a notice
@callback
def action(self, user, channel, msg): (source)
action (/me) received
@callback
def modeChanged(self, user, channel, set, modes, args): (source)
mode changed
@callback
def userKicked(self, kickee, channel, kicker, message): (source)
someone kicked someone else
@callback
def userJoined(self, user, channel): (source)
a user joined the channel
@callback
def userLeft(self, user, channel): (source)
a user left the channel
@callback
def userQuit(self, user, quitMessage): (source)
a user disconnect from the network
@callback
def topicUpdated(self, user, channel, newTopic): (source)
a user changed the topic of a channel
@callback
def userRenamed(self, oldname, newname): (source)
a user changed the nick
@callback
def stop(self): (source)
called, when the bot is stopped, or the module is reloaded
def closeLogs(self): (source)
Undocumented
@callback
def connectionMade(self): (source)
made connection to server
def setNetwork(self): (source)
Undocumented
API Documentation for OtfBot, generated by pydoctor at 2011-05-03 16:14:29.