class documentation

Configuration: If you want to mirror channel #a to channel #b then you need to add mirror.mirrorto: network-#b to the channel configuration of #a where 'network' is the irc network name.

Method __init__ Undocumented
Method action action (/me) received
Method joined we have joined a channel
Method kickedFrom someone kicked the bot
Method modeChanged mode changed
Method msg message received
Method userJoined a user joined the channel
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
Instance Variable bot Undocumented
Instance Variable colors Undocumented
Instance Variable getbot Undocumented
Method _sendToMirror Send a message to the mirrorChannel of the channel

Inherited from chatMod:

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 irc_unknown an IRC-Message, which is not handle by twisted was received
Method left we have left a channel
Method lineReceived Undocumented
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 signedOn successfully signed on
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 userJoinedMask Undocumented
Method yourHost info about your host
def __init__(self, bot): (source)

Undocumented

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

action (/me) received

@callback
def joined(self, channel): (source)

we have joined a channel

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

someone kicked the bot

@callback
def modeChanged(self, user, channel, set, modes, args): (source)
@callback
def msg(self, user, channel, msg): (source)

message received

@callback
def userJoined(self, user, channel): (source)

a user joined the channel

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

someone kicked someone else

@callback
def userLeft(self, user, channel): (source)

a user left the channel

@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

colors: list[str] = (source)

Undocumented

Undocumented

def _sendToMirror(self, channel, message): (source)

Send a message to the mirrorChannel of the channel