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

Part of otfbot.plugins.ircClient.mirror View Source View In Hierarchy

Configuration: If you want to mirror channel #a to channel #b then you need to add mirror.mirrorto: network-#b to the channel configuration of #a where 'network' is the irc network name.
Method __init__ Undocumented
Method msg message received
Method action action (/me) received
Method kickedFrom someone kicked the bot
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 userRenamed a user changed the nick
Method modeChanged mode changed
Method joined we have joined a channel
Method _sendToMirror Send a message to the mirrorChannel of the channel

Inherited from chatMod:

Method auth check the authorisation of the user
Method command a command message received
Method query a private message received
Method connectionMade made connection to server
Method connectionLost lost connection to server
Method signedOn successfully signed on
Method left we have left a channel
Method noticed we got a notice
Method userJoinedMask Undocumented
Method yourHost info about your host
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 stop called, when the bot is stopped, or the module is reloaded
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 _sendToMirror(self, channel, message): (source)
Send a message to the mirrorChannel of the channel
@callback
def msg(self, user, channel, msg): (source)
message received
@callback
def action(self, user, channel, msg): (source)
action (/me) received
@callback
def kickedFrom(self, channel, kicker, message): (source)
someone kicked the bot
@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 userRenamed(self, oldname, newname): (source)
a user changed the nick
@callback
def modeChanged(self, user, channel, set, modes, args): (source)
mode changed
@callback
def joined(self, channel): (source)
we have joined a channel
API Documentation for OtfBot, generated by pydoctor at 2011-05-03 16:14:29.