Part of logMod View In Hierarchy
| Method | __init__ | Undocumented | 
| Method | timemap | Undocumented | 
| Method | ts | timestamp | 
| Method | secsUntilDayChange | calculate the Seconds to midnight | 
| Method | dayChange | Undocumented | 
| Method | log | Undocumented | 
| Method | logPrivate | Undocumented | 
| Method | joined | we have joined a channel | 
| Method | left | we have left a channel | 
| Method | msg | message received | 
| Method | query | a private message received (Obsolete method) | 
| Method | noticed | we got a notice | 
| Method | action | action (/me) received | 
| Method | modeChanged | mode changed | 
| Method | userKicked | someone kicked someone else | 
| Method | userJoined | a user joined the channel | 
| Method | userLeft | a user left the channel | 
| Method | userQuit | a user disconnect from the network | 
| Method | topicUpdated | a user changed the topic of a channel | 
| Method | userRenamed | a user changed the nick | 
| Method | stop | called, when the bot is stopped, or the module is reloaded | 
| Method | connectionMade | made connection to server | 
| Method | setNetwork | Undocumented | 
Inherited from chatMod:
| Method | setLogger | set the logger | 
| Method | auth | check the authorisation of the user | 
| Method | command | a command message received | 
| Method | privmsg | a private message received | 
| Method | connectionLost | lost connection to server | 
| Method | signedOn | successfully signed on | 
| Method | kickedFrom | someone kicked the bot | 
| Method | userJoinedMask | Undocumented | 
| Method | yourHost | info about your host | 
| Method | irc_unknown | an IRC-Message, which is not handle by twisted was received | 
| Method | reload | called to reload the settings of the module | 
| Method | start | called to start the work of the module | 
| Method | sendLine | Undocumented | 
| Method | lineReceived | Undocumented | 
| Method | ctcpQuery | called for ctcp queries |