Remove #llvm buildbot as it doesn't scale to the size of the project anymore

Broadcasting all breakage to all IRC users isn't effective - more
buildbots, more failure modes, means that there's almost always some
noise & a single breakage can result in many redundant mails from
distinct buildbots, making the channel difficult to use.

Differential Revision: https://reviews.llvm.org/D87100
diff --git a/buildbot/osuosl/master/config/status.py b/buildbot/osuosl/master/config/status.py
index 490002e..e2c82bf 100644
--- a/buildbot/osuosl/master/config/status.py
+++ b/buildbot/osuosl/master/config/status.py
@@ -60,15 +60,6 @@
             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"],
             allowForce = True,