From ed05d63a942054658849b2a93f0629bd75421246 Mon Sep 17 00:00:00 2001 From: doitux Date: Mon, 6 Apr 2009 17:48:17 +0000 Subject: [PATCH] hardcoded registered irc channel for 0.7beta --- src/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.cpp b/src/session.cpp index 327f911a..20aeb2c5 100755 --- a/src/session.cpp +++ b/src/session.cpp @@ -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(); }