class documentation

Undocumented

Method __init__ Undocumented
Method addTs Undocumented
Method command a command message received
Method getActiveUsersCount Undocumented
Method getLinesPerMinute Undocumented
Method joined we have joined a channel
Method msg message received
Method removeOldTimestamps Undocumented
Method userJoined a user joined the channel
Instance Variable AVERAGE_MINUTES Undocumented
Instance Variable bot Undocumented
Instance Variable peak Undocumented
Instance Variable peak_date Undocumented
Instance Variable timestamps Undocumented
Method _recalc_peak 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 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 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 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 addTs(self, channel, user): (source)

Undocumented

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

a command message received

def getActiveUsersCount(self, channel): (source)

Undocumented

def getLinesPerMinute(self, channel): (source)

Undocumented

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

we have joined a channel

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

message received

def removeOldTimestamps(self, channel): (source)

Undocumented

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

a user joined the channel

AVERAGE_MINUTES: float = (source)

Undocumented

peak: dict = (source)

Undocumented

peak_date: dict = (source)

Undocumented

timestamps: dict = (source)

Undocumented

def _recalc_peak(self, channel): (source)

Undocumented