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

Part of otfbot.plugins.ircClient.ki View Source 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
Method action action (/me) received
Method msg message received
Method connectionLost lost connection to server
Method stop called, when the bot is stopped, or the module is reloaded

Inherited from chatMod:

Method auth check the authorisation of the user
Method command a command message received
Method connectionMade made connection to server
Method signedOn successfully signed on
Method left we have left a channel
Method noticed we got a notice
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): (source)
Undocumented
def start(self): (source)
called to start the work of the module put your initialization stuff in here insteadof __init__
@callback
def joined(self, channel): (source)
we have joined a channel
@callback
def query(self, user, channel, msg): (source)
a private message received
@callback
def action(self, user, channel, msg): (source)
action (/me) received
@callback
def msg(self, user, channel, msg): (source)
message received
@callback
def connectionLost(self, reason): (source)
lost connection to server
@callback
def stop(self): (source)
called, when the bot is stopped, or the module is reloaded
API Documentation for OtfBot, generated by pydoctor at 2011-05-03 16:14:29.