Class k.chatMod(chatMod.chatMod):

Part of kiMod View In Hierarchy

Undocumented
Method __init__ Undocumented
Method start called to start the work of the module
Method joined we have joined a channel
Method query a private message received (Obsolete method)
Method msg message received
Method connectionMade made connection to server
Method connectionLost lost connection to server
Method stop called, when the bot is stopped, or the module is reloaded

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 signedOn successfully signed on
Method left we have left a channel
Method noticed we got a notice
Method action action (/me) received
Method modeChanged mode changed
Method kickedFrom someone kicked the bot
Method userKicked someone kicked someone else
Method userJoined a user joined the channel
Method userJoinedMask Undocumented
Method userLeft a user left the channel
Method userQuit a user disconnect from the network
Method yourHost info about your host
Method userRenamed a user changed the nick
Method topicUpdated a user changed the topic of a channel
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 sendLine Undocumented
Method lineReceived Undocumented
Method ctcpQuery called for ctcp queries
def __init__(self, bot):
Undocumented
def start(self):
called to start the work of the module put your initialization stuff in here insteadof __init__
def joined(self, channel):
we have joined a channel
def query(self, user, channel, msg):
a private message received (Obsolete method)
def msg(self, user, channel, msg):
message received
def connectionMade(self):
made connection to server
def connectionLost(self, reason):
lost connection to server
def stop(self):
called, when the bot is stopped, or the module is reloaded
API Documentation for OtfBot, generated by pydoctor at 2010-01-14 18:51:57.