Force reconnect of the irc bot by creating a file in the cache folder.

This commit is contained in:
lotodore
2012-03-03 14:16:45 +00:00
parent 93236dcc8d
commit 06145f30e9
11 changed files with 142 additions and 87 deletions
-1
View File
@@ -343,7 +343,6 @@ bool Session::pollNetworkServerTerminated()
if (!myNetServer)
retVal = true; // already terminated
else {
myNetServer->Process();
if (myNetServer->JoinAll(false))
retVal = true;
}