class documentation

Undocumented

Method __init__ Undocumented
Method blowcrypt_b64decode A non-standard base64-decode.
Method blowcrypt_b64encode A non-standard base64-encode.
Method blowfishCrypt Undocumented
Method blowfishDecrypt Undocumented
Method getBlowkey Undocumented
Method msg message received
Method padto Pads 'msg' with zeroes until it's length is divisible by 'length'. If the length of msg is already a multiple of 'length', does nothing.
Method sendLine Undocumented
Method topicUpdated a user changed the topic of a channel
Constant B64 Undocumented
Instance Variable bot Undocumented
Instance Variable config 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 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 noticed we got a notice
Method query a private message received
Method reload called to reload the settings of the module
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 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

def blowcrypt_b64decode(self, s): (source)

A non-standard base64-decode.

def blowcrypt_b64encode(self, s): (source)

A non-standard base64-encode.

def blowfishCrypt(self, message, key): (source)

Undocumented

def blowfishDecrypt(self, message, key): (source)

Undocumented

def getBlowkey(self, channel): (source)

Undocumented

@callback_with_priority(100)
def msg(self, user, channel, msg): (source)

message received

def padto(self, msg, length): (source)

Pads 'msg' with zeroes until it's length is divisible by 'length'. If the length of msg is already a multiple of 'length', does nothing.

@callback_with_priority(100)
def sendLine(self, line): (source)

Undocumented

@callback_with_priority(100)
def topicUpdated(self, user, channel, newTopic): (source)

a user changed the topic of a channel

B64: str = (source)

Undocumented

Value
'./0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'

Undocumented