mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +02:00
- bugfix for windows compiling
This commit is contained in:
@@ -92,9 +92,9 @@ void event_notice (irc_session_t * session, const char * event, const char * ori
|
|||||||
|
|
||||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("NOTICE from '%s': %s", origin, params[1]);
|
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("NOTICE from '%s': %s", origin, params[1]);
|
||||||
|
|
||||||
if(strcasecmp (origin, "nickserv")) {
|
//if(strcasecmp (origin, "nickserv")) {
|
||||||
return;
|
// return;
|
||||||
}
|
//}
|
||||||
|
|
||||||
if(strstr (params[1], "This nick is not registered") == params[1]) {
|
if(strstr (params[1], "This nick is not registered") == params[1]) {
|
||||||
//std::string regcmd = "REGISTER " + gCfg.irc_nickserv_pass + " NOMAIL";
|
//std::string regcmd = "REGISTER " + gCfg.irc_nickserv_pass + " NOMAIL";
|
||||||
|
Reference in New Issue
Block a user