Merge pull request #929 from wolfman2000/wolf-irc-bots

Put the bots back in #stepmania.
This commit is contained in:
Jason Felds
2015-11-02 19:58:09 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ git:
submodules: false
notifications:
email: false
irc: "chat.freenode.net#stepmania-devs"
irc: "chat.freenode.net#stepmania"
matrix:
include:
+1 -1
View File
@@ -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)
{