class documentation

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 connectionLost lost connection to server
Method joined we have joined a channel
Method kickedFrom 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 callIds 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 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 lineReceived Undocumented
Method modeChanged 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 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 userJoined a user joined the 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)

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.

def connectionLost(self, reason): (source)

lost connection to server

def joined(self, channel): (source)

we have joined a channel

def kickedFrom(self, channel, kicker, message): (source)

someone kicked the bot

def left(self, channel): (source)

we have left a channel

def svncheck(self, url, interval, channels, name, lastrevision=0): (source)

checks the repository for updates and post a message if something changed

callIds: dict = (source)

Undocumented

svnconfig = (source)

Undocumented