diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index d757959eb..9c9123ef8 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -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))