class documentation

Undocumented

Method __init__ Undocumented
Method command a command message received
Method do_karma Undocumented
Method get_karma Undocumented
Method joined we have joined a channel
Method left we have left a channel
Method loadKarma Undocumented
Method saveKarma 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 tell_karma Undocumented
Instance Variable bot Undocumented
Instance Variable freestyle Undocumented
Instance Variable karmapaths Undocumented
Instance Variable karmas Undocumented
Instance Variable verbose 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 kickedFrom someone kicked the bot
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 signedOn successfully signed on
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

def do_karma(self, channel, what, up, reason, user): (source)

Undocumented

def get_karma(self, channel, what): (source)

Undocumented

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

we have joined a channel

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

we have left a channel

def loadKarma(self, channel): (source)

Undocumented

def saveKarma(self, channel): (source)

Undocumented

def start(self): (source)

called to start the work of the module put your initialization stuff in here insteadof __init__

def stop(self): (source)

called, when the bot is stopped, or the module is reloaded

def tell_karma(self, what, channel): (source)

Undocumented

freestyle = (source)

Undocumented

karmapaths: dict = (source)

Undocumented

karmas: dict = (source)

Undocumented

Undocumented