hardcoded registered irc channel for 0.7beta
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ void Session::startInternetClient()
|
|||||||
myConfig->readConfigInt("IRCServerPort"),
|
myConfig->readConfigInt("IRCServerPort"),
|
||||||
myConfig->readConfigInt("IRCServerUseIpv6") == 1,
|
myConfig->readConfigInt("IRCServerUseIpv6") == 1,
|
||||||
myIrcNick,
|
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"));
|
myConfig->readConfigString("IRCChannelPassword"));
|
||||||
myClientIrcThread->Run();
|
myClientIrcThread->Run();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user