API docs for “plugins.ircClient.mirror.Plugin”

Class p.i.m.Plugin(chatMod.chatMod):

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

Undocumented
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 Undocumented

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

Inherited from Plugin (via chatMod):

Method register_ctl_command register commands in control service
Method setLogger set the logger
Class Meta Undocumented
def __init__(self, bot): (source)
Undocumented
def _sendToMirror(self, channel, message): (source)
Undocumented
def msg(self, user, channel, msg): (source)
message received
def action(self, user, channel, msg): (source)
action (/me) received
def kickedFrom(self, channel, kicker, message): (source)
someone kicked the bot
def userKicked(self, kickee, channel, kicker, message): (source)
someone kicked someone else
def userJoined(self, user, channel): (source)
a user joined the channel
def userLeft(self, user, channel): (source)
a user left the channel
def userQuit(self, user, quitMessage): (source)
a user disconnect from the network
def userRenamed(self, oldname, newname): (source)
a user changed the nick
def modeChanged(self, user, channel, set, modes, args): (source)
mode changed
def joined(self, channel): (source)
we have joined a channel
API Documentation for OtfBot - the friendly Bot, generated by pydoctor at 2010-01-04 01:40:56.