mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
Merge pull request #62 from filux/less-conf-irc-messages
let's try to use this
This commit is contained in:
@@ -573,7 +573,7 @@ void MenuStateMasterserver::mouseClick(int x, int y, MouseButton mouseButton){
|
|||||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
|
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
|
||||||
if (ircClient != NULL && ircClient->isConnected() == true
|
if (ircClient != NULL && ircClient->isConnected() == true
|
||||||
&& ircClient->getHasJoinedChannel() == true) {
|
&& ircClient->getHasJoinedChannel() == true) {
|
||||||
ircClient->SendIRCCmdMessage(IRC_CHANNEL, "left the lobby");
|
ircClient->SendIRCCmdMessage(IRC_CHANNEL, " << left the lobby");
|
||||||
sleep(30);
|
sleep(30);
|
||||||
}
|
}
|
||||||
cleanup();
|
cleanup();
|
||||||
@@ -595,7 +595,7 @@ void MenuStateMasterserver::mouseClick(int x, int y, MouseButton mouseButton){
|
|||||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
|
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
|
||||||
if (ircClient != NULL && ircClient->isConnected() == true
|
if (ircClient != NULL && ircClient->isConnected() == true
|
||||||
&& ircClient->getHasJoinedChannel() == true) {
|
&& ircClient->getHasJoinedChannel() == true) {
|
||||||
ircClient->SendIRCCmdMessage(IRC_CHANNEL, "tries to create a game");
|
ircClient->SendIRCCmdMessage(IRC_CHANNEL, " << tries to create a game");
|
||||||
sleep(30);
|
sleep(30);
|
||||||
}
|
}
|
||||||
cleanup();
|
cleanup();
|
||||||
@@ -629,7 +629,7 @@ void MenuStateMasterserver::mouseClick(int x, int y, MouseButton mouseButton){
|
|||||||
|
|
||||||
if (ircClient != NULL && ircClient->isConnected() == true
|
if (ircClient != NULL && ircClient->isConnected() == true
|
||||||
&& ircClient->getHasJoinedChannel() == true) {
|
&& ircClient->getHasJoinedChannel() == true) {
|
||||||
ircClient->SendIRCCmdMessage(IRC_CHANNEL, "connecting to '"+serverLines[i]->getMasterServerInfo()->getServerTitle()+"'");
|
ircClient->SendIRCCmdMessage(IRC_CHANNEL, " << is connecting to '"+serverLines[i]->getMasterServerInfo()->getServerTitle()+"'");
|
||||||
sleep(30);
|
sleep(30);
|
||||||
}
|
}
|
||||||
cleanup();
|
cleanup();
|
||||||
|
Reference in New Issue
Block a user