class documentation
        
        class Plugin(chatMod.chatMod): (source)
Undocumented
| Method | __init__ | 
    Undocumented | 
| Method | action | 
    action (/me) received | 
| Method | msg | 
    message received | 
| Method | reload | 
    load the answers from the configured file | 
| Method | respond | 
    assemble a response | 
| Method | start | 
    called to start the work of the module put your initialization stuff in here insteadof __init__ | 
| Instance Variable | answers | 
    Undocumented | 
| Instance Variable | answers | 
    Undocumented | 
| Instance Variable | bot | 
    Undocumented | 
| Instance Variable | encoding | 
    Undocumented | 
              Inherited from chatMod:
            
| Method | auth | 
    check the authorisation of the user | 
| Method | command | 
    a command message received | 
| Method | connection | 
    lost connection to server | 
| Method | connection | 
    made connection to server | 
| Method | ctcp | 
    called for ctcp queries | 
| Method | irc | 
    an IRC-Message, which is not handle by twisted was received | 
| Method | joined | 
    we have joined a channel | 
| Method | kicked | 
    someone kicked the bot | 
| Method | left | 
    we have left a channel | 
| Method | line | 
    Undocumented | 
| Method | mode | 
    mode changed | 
| Method | noticed | 
    we got a notice | 
| Method | query | 
    a private message received | 
| Method | send | 
    Undocumented | 
| Method | signed | 
    successfully signed on | 
| Method | stop | 
    called, when the bot is stopped, or the module is reloaded | 
| Method | topic | 
    a user changed the topic of a channel | 
| Method | user | 
    a user joined the channel | 
| Method | user | 
    Undocumented | 
| Method | user | 
    someone kicked someone else | 
| Method | user | 
    a user left the channel | 
| Method | user | 
    a user disconnect from the network | 
| Method | user | 
    a user changed the nick | 
| Method | your | 
    info about your host | 
assemble a response
| Parameters | |
| user | name of the user which issued the message | 
| msg | the message which needs a response | 
overrides 
    otfbot.lib.chatMod.chatMod.startcalled to start the work of the module put your initialization stuff in here insteadof __init__