class documentation

jc game plugin

Method __init__ Undocumented
Method command a command message received
Method query parse query lines into commands. "command bla" will be treated like "!command bla" in public
Method start initialize the vars of the plugin
Instance Variable bot Undocumented
Instance Variable game Undocumented
Instance Variable gamechannel Undocumented

Inherited from chatMod:

Method action action (/me) received
Method auth check the authorisation of the user
Method connectionLost lost connection to server
Method connectionMade made connection to server
Method ctcpQuery called for ctcp queries
Method irc_unknown an IRC-Message, which is not handle by twisted was received
Method joined we have joined a channel
Method kickedFrom someone kicked the bot
Method left we have left a channel
Method lineReceived Undocumented
Method modeChanged mode changed
Method msg message received
Method noticed we got a notice
Method reload called to reload the settings of the module
Method sendLine Undocumented
Method signedOn successfully signed on
Method stop called, when the bot is stopped, or the module is reloaded
Method topicUpdated a user changed the topic of a channel
Method userJoined a user joined the channel
Method userJoinedMask Undocumented
Method userKicked someone kicked someone else
Method userLeft a user left the channel
Method userQuit a user disconnect from the network
Method userRenamed a user changed the nick
Method yourHost info about your host
def __init__(self, bot): (source)

Undocumented

@callback
def command(self, user, channel, command, options): (source)

a command message received

@callback
def query(self, user, channel, msg): (source)

parse query lines into commands. "command bla" will be treated like "!command bla" in public

@callback
def start(self): (source)

initialize the vars of the plugin

Undocumented

gamechannel = (source)

Undocumented