mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +02:00
Made joining and connecting messages consistent with other messages
This commit is contained in:
@@ -822,7 +822,7 @@ namespace Glest {
|
||||
if (ircClient != NULL && ircClient->isConnected() == true
|
||||
&& ircClient->getHasJoinedChannel() == true) {
|
||||
ircClient->SendIRCCmdMessage(IRC_CHANNEL,
|
||||
" << tries to create a game");
|
||||
" tries to create a game");
|
||||
sleep(30);
|
||||
}
|
||||
cleanup();
|
||||
@@ -895,7 +895,7 @@ namespace Glest {
|
||||
if (ircClient != NULL && ircClient->isConnected() == true
|
||||
&& ircClient->getHasJoinedChannel() == true) {
|
||||
ircClient->SendIRCCmdMessage(IRC_CHANNEL,
|
||||
" << is connecting to '" +
|
||||
" is connecting to '" +
|
||||
serverLines[i]->
|
||||
getMasterServerInfo()->
|
||||
getServerTitle() + "'");
|
||||
|
Reference in New Issue
Block a user