mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 07:31:21 +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
|
||||
&& ircClient->getHasJoinedChannel() == true) {
|
||||
ircClient->SendIRCCmdMessage(IRC_CHANNEL,
|
||||
" << left the lobby");
|
||||
" has left the lobby");
|
||||
sleep(30);
|
||||
}
|
||||
cleanup();
|
||||
|
Reference in New Issue
Block a user