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) {