diff --git a/buildbot/osuosl/master/config/status.py b/buildbot/osuosl/master/config/status.py --- a/buildbot/osuosl/master/config/status.py +++ b/buildbot/osuosl/master/config/status.py @@ -59,15 +59,6 @@ default_email), mode = "problem", builders = standard_builders), - buildbot.status.words.IRC( - host = "irc.oftc.net", nick = "llvmbb", - channels = ["#llvm"], - allowForce = True, - categories = standard_categories, - notify_events = ['successToFailure', 'failureToSuccess']), - # Use different nick's in the different channels to support ignoring - # one bot or the other. - # (Note: /ignore applies to all channels on the network) buildbot.status.words.IRC( host = "irc.oftc.net", nick = "llvmbb-llvm-build", channels = ["#llvm-build"],