From fba1cf2975d9648fd7d33b39c0a033f46ac1133f Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 2 Nov 2015 19:05:32 -0500 Subject: [PATCH] Put the bots back in #stepmania. Apparently #stepmania-devs is for discussion only. ...is this backwards? --- .travis.yml | 2 +- src/irc/appveyor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c938cc2a9..49200e5fd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ git: submodules: false notifications: email: false - irc: "chat.freenode.net#stepmania-devs" + irc: "chat.freenode.net#stepmania" matrix: include: diff --git a/src/irc/appveyor.cpp b/src/irc/appveyor.cpp index 1abbde0344..6344ab4591 100644 --- a/src/irc/appveyor.cpp +++ b/src/irc/appveyor.cpp @@ -10,7 +10,7 @@ char const *owner = "wolfman2000"; char const *nick = "appveyor-sm5"; char const *server = "irc.freenode.net"; -char const *channel = "#stepmania-devs"; +char const *channel = "#stepmania"; bool startsWithPing(char const *buffer) {