class documentation

Undocumented

Method __init__ Undocumented
Method action action (/me) received
Method closeLogs Undocumented
Method connectionMade made connection to server
Method dayChange Undocumented
Method joined we have joined a channel
Method left we have left a channel
Method log Undocumented
Method logPrivate Undocumented
Method modeChanged mode changed
Method msg message received
Method noticed we got a notice
Method openLog Undocumented
Method query a private message received
Method secsUntilDayChange calculate the Seconds to midnight
Method setNetwork Undocumented
Method stop called, when the bot is stopped, or the module is reloaded
Method timemap Undocumented
Method topicUpdated a user changed the topic of a channel
Method ts timestamp
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 channels Undocumented
Instance Variable datadir Undocumented
Instance Variable day Undocumented
Instance Variable doLogPrivate Undocumented
Instance Variable files Undocumented
Instance Variable logpath Undocumented
Instance Variable path Undocumented

Inherited from chatMod:

Method auth check the authorisation of the user
Method command a command message received
Method connectionLost lost 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 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 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

def closeLogs(self): (source)

Undocumented

@callback
def connectionMade(self): (source)

made connection to server

def dayChange(self): (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 log(self, channel, string, timestamp=True): (source)

Undocumented

def logPrivate(self, user, mystring): (source)

Undocumented

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

message received

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

we got a notice

def openLog(self, channel): (source)

Undocumented

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

a private message received

def secsUntilDayChange(self): (source)

calculate the Seconds to midnight

def setNetwork(self): (source)

Undocumented

@callback
def stop(self): (source)

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

def timemap(self): (source)

Undocumented

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

a user changed the topic of a channel

def ts(self, format='%H:%M'): (source)

timestamp

@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

channels: dict = (source)

Undocumented

Undocumented

Undocumented

doLogPrivate = (source)

Undocumented

files: dict = (source)

Undocumented

Undocumented

path: dict = (source)

Undocumented