Add the irc bot to freenode as well.

Originally committed to SVN as r4049.
This commit is contained in:
Amar Takhar 2010-01-26 13:47:26 +00:00
parent 5c00df7209
commit 0c9f32fbb8
1 changed files with 11 additions and 0 deletions

View File

@ -805,6 +805,17 @@ c['status'].append(words.IRC(
}
))
c['status'].append(words.IRC(
host="irc.freenode.net",
nick="aegibuild",
channels=["#aegisub"],
notify_events={
'exception': 1,
'successToFailure': 1,
'failureToSuccess': 1
}
))
# Realtime client
# from buildbot.status import client
# c['status'].append(client.PBListener(9988))