hardcoded registered irc channel for 0.7beta

This commit is contained in:
doitux
2009-04-06 16:28:08 +00:00
parent f1a54ef73c
commit b1fe872ee6
+1 -1
View File
@@ -168,7 +168,7 @@ void Session::startInternetClient()
myConfig->readConfigInt("IRCServerPort"),
myConfig->readConfigInt("IRCServerUseIpv6") == 1,
myIrcNick,
myConfig->readConfigString("IRCChannel"),
/*myConfig->readConfigString("IRCChannel")*/ "#pokerth-lobby07",//WARNING this is just for 0.7 beta to connect to testing chat //////////////
myConfig->readConfigString("IRCChannelPassword"));
myClientIrcThread->Run();
}