Force reconnect of the irc bot by creating a file in the cache folder.
This commit is contained in:
@@ -343,7 +343,6 @@ bool Session::pollNetworkServerTerminated()
|
||||
if (!myNetServer)
|
||||
retVal = true; // already terminated
|
||||
else {
|
||||
myNetServer->Process();
|
||||
if (myNetServer->JoinAll(false))
|
||||
retVal = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user