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

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

Undocumented
Method __init__ Undocumented
Method joined we have joined a channel
Method command a command message received
Method query a private message received
Method msg 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 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 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 chatMod:

Method auth check the authorisation of the user

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 joined(self, channel): (source)
we have joined a channel
def command(self, user, channel, command, options): (source)
a command message received
def query(self, user, channel, msg): (source)
a private message received
def msg(self, user, channel, msg): (source)
message received
def connectionMade(self): (source)
made connection to server
def connectionLost(self, reason): (source)
lost connection to server
def signedOn(self): (source)
successfully signed on
def left(self, channel): (source)
we have left a channel
def noticed(self, user, channel, msg): (source)
we got a notice
def action(self, user, channel, msg): (source)
action (/me) received
def modeChanged(self, user, channel, set, modes, args): (source)
mode changed
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 userJoinedMask(self, user, channel): (source)
Undocumented
def userLeft(self, user, channel): (source)
a user left the channel
def userQuit(self, user, quitMessage): (source)
a user disconnect from the network
def yourHost(self, info): (source)
info about your host
def userRenamed(self, oldname, newname): (source)
a user changed the nick
def topicUpdated(self, user, channel, newTopic): (source)
a user changed the topic of a channel
def irc_unknown(self, prefix, command, params): (source)
an IRC-Message, which is not handle by twisted was received
def stop(self): (source)
called, when the bot is stopped, or the module is reloaded
def reload(self): (source)
called to reload the settings of the module
def start(self): (source)
called to start the work of the module put your initialization stuff in here insteadof __init__
def sendLine(self, line): (source)
Undocumented
def lineReceived(self, line): (source)
Undocumented
def ctcpQuery(self, user, channel, messages): (source)
called for ctcp queries
API Documentation for OtfBot - the friendly Bot, generated by pydoctor at 2010-01-04 01:40:56.