Add the irc bot to freenode as well.
Originally committed to SVN as r4049.
This commit is contained in:
parent
5c00df7209
commit
0c9f32fbb8
1 changed files with 11 additions and 0 deletions
|
@ -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
|
# Realtime client
|
||||||
# from buildbot.status import client
|
# from buildbot.status import client
|
||||||
# c['status'].append(client.PBListener(9988))
|
# c['status'].append(client.PBListener(9988))
|
||||||
|
|
Loading…
Reference in a new issue