class documentation

Undocumented

Method __init__ Undocumented
Method check_nick_change Undocumented
Method connected Undocumented
Method irc_unknown an IRC-Message, which is not handle by twisted was received
Method nickChanged Undocumented
Method signedOn successfully signed on
Method start_monitoring Undocumented
Method start_nickkeeping Undocumented
Method userKicked someone kicked someone else
Method userQuit a user disconnect from the network
Method userRenamed a user changed the nick
Instance Variable bot Undocumented
Instance Variable confignick Undocumented
Instance Variable keepnick Undocumented
Instance Variable monitor Undocumented

Inherited from chatMod:

Method action action (/me) received
Method auth check the authorisation of the user
Method command a command message received
Method connectionLost lost connection to server
Method connectionMade made connection to server
Method ctcpQuery called for ctcp queries
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 query a private message received
Method reload called to reload the settings of the module
Method sendLine Undocumented
Method start called to start the work of the module put your initialization stuff in here insteadof __init__
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 userLeft a user left the channel
Method yourHost info about your host
def __init__(self, bot): (source)

Undocumented

def check_nick_change(self, nick): (source)

Undocumented

@callback
def connected(self): (source)

Undocumented

@callback
def irc_unknown(self, prefix, command, params): (source)

an IRC-Message, which is not handle by twisted was received

@callback
def nickChanged(self, nick): (source)

Undocumented

@callback
def signedOn(self): (source)

successfully signed on

def start_monitoring(self): (source)

Undocumented

def start_nickkeeping(self): (source)

Undocumented

@callback
def userKicked(self, kickee, channel, kicker, message): (source)

someone kicked someone else

@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

confignick = (source)

Undocumented

keepnick: bool = (source)

Undocumented

Undocumented