hardcoded registered irc channel for 0.7beta

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