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

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

Make a query to the bot to prove the users identity:

Use msg <bot> identify <password> if the user name in the bot is equal to the IRC-Nickname. Use msg <bot> identify <user> <password> to explicitly specify a user.

Method __init__ Undocumented
Method query Uses the auth-service to identify a user.
Method auth Returns the access-level of the given user.

Inherited from chatMod:

Method joined we have joined a channel
Method command a command 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
def __init__(self, bot): (source)
Undocumented
@callback
def query(self, user, channel, msg): (source)
Uses the auth-service to identify a user. If no username is given, the nickname is used.
@callback
def auth(self, user): (source)
Returns the access-level of the given user.
API Documentation for OtfBot, generated by pydoctor at 2011-05-03 16:14:29.