mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
Made leave message make more sense
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user