Made leave message make more sense

This commit is contained in:
MathuSum Mut
2018-09-09 22:25:59 +02:00
committed by GitHub
parent 5aef99e0aa
commit ac0892cda2

View File

@@ -775,7 +775,7 @@ namespace Glest {
if (ircClient != NULL && ircClient->isConnected() == true if (ircClient != NULL && ircClient->isConnected() == true
&& ircClient->getHasJoinedChannel() == true) { && ircClient->getHasJoinedChannel() == true) {
ircClient->SendIRCCmdMessage(IRC_CHANNEL, ircClient->SendIRCCmdMessage(IRC_CHANNEL,
" << left the lobby"); " has left the lobby");
sleep(30); sleep(30);
} }
cleanup(); cleanup();