mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +02:00
uncles IRC wish come true (display all IRC names but non MG names are not selectable in the UI)
This commit is contained in:
@@ -329,9 +329,9 @@ void event_numeric(irc_session_t * session, unsigned int event, const char * ori
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf ("===> IRC: user joined channel realNick [%s] tokens[j] [%s]\n", realNick,tokens[j].c_str());
|
||||
|
||||
// Only show Megaglest users in the user list
|
||||
if(strncmp(&realNick[0],"MG_",3) == 0) {
|
||||
nickList.push_back(realNick);
|
||||
}
|
||||
//if(strncmp(&realNick[0],"MG_",3) == 0) {
|
||||
nickList.push_back(realNick);
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user