class documentation
        
        class Plugin(chatMod.chatMod): (source)
svn plugin
| Method | __init__ | 
    Config has to look like this: svn.repositories.samplesvn.checkinterval: 30 (in Minutes!) svn.repositories.samplesvn.url: svn://url.to.your/svn | 
| Method | connection | 
    lost connection to server | 
| Method | joined | 
    we have joined a channel | 
| Method | kicked | 
    someone kicked the bot | 
| Method | left | 
    we have left a channel | 
| Method | svncheck | 
    checks the repository for updates and post a message if something changed | 
| Instance Variable | bot | 
    Undocumented | 
| Instance Variable | call | 
    Undocumented | 
| Instance Variable | svnconfig | 
    Undocumented | 
              Inherited from chatMod:
            
| Method | action | 
    action (/me) received | 
| Method | auth | 
    check the authorisation of the user | 
| Method | command | 
    a command message received | 
| 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 | line | 
    Undocumented | 
| Method | mode | 
    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 | send | 
    Undocumented | 
| Method | signed | 
    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 | 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 | 
overrides 
    otfbot.lib.chatMod.chatMod.__init__Config has to look like this: svn.repositories.samplesvn.checkinterval: 30 (in Minutes!) svn.repositories.samplesvn.url: svn://url.to.your/svn
and then do this in your channel-config: samplenetwork.'#samplechannel'.svn.repros: samplesvn
and the bot will post updates of samplesvn in your channel. You can specify more repros just by appending them seperated with a comma.