class documentation

svn-push plugin

Configuration: You need to set 'svn-push.networks' and 'svn-push.channels' if you don't want to have the svn messages in all of the channels your bot is in. Both configuration settings are of the "list" type

Method __init__ Initialisation
Method buildResult Called from the tcpServer plugin when a build result needs to be posted
Method commit Called from the tcpServer plugin when a new commit has been made
Method getRev Gets revision information from the svn repo
Instance Variable bot Undocumented
Instance Variable channels Undocumented
Instance Variable ircClient Undocumented
Instance Variable logger Undocumented
Instance Variable mirc_bold Undocumented
Instance Variable mirc_green Undocumented
Instance Variable mirc_no_color Undocumented
Instance Variable svnclient Undocumented

Inherited from chatMod:

Method action action (/me) received
Method auth check the authorisation of the user
Method command a command message received
Method connectionLost lost connection to server
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 joined we have joined a channel
Method kickedFrom someone kicked the bot
Method left we have left a channel
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)

Initialisation

Configuration: You need to set 'main.svn-push.networks' and 'svn-push.channels' (for each network) if you don't want to have the svn messages in all of the channels your bot is in. Both configuration settings are of the "list" type

def buildResult(self, url, commit, blame, result): (source)

Called from the tcpServer plugin when a build result needs to be posted

Parameters
url:stringThe url of the repository
commit:intThe commit revision
blameUndocumented
result:stringThe result of the build process. This can contain anything you want.
def commit(self, url, commit): (source)

Called from the tcpServer plugin when a new commit has been made

Parameters
url:stringThe url of the repository
commit:intThe commit revision
def getRev(self, url, commit): (source)

Gets revision information from the svn repo

channels: list = (source)

Undocumented

ircClient = (source)

Undocumented

Undocumented

mirc_bold = (source)

Undocumented

mirc_green = (source)

Undocumented

mirc_no_color = (source)

Undocumented

svnclient = (source)

Undocumented