mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 22:21:18 +02:00
Cosmetics
[CI skip]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// This file is part of MegaGlest Shared Library (www.megaglest.org)
|
||||
//
|
||||
// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke
|
||||
// The Megaglest Team, under GNU GPL v3.0
|
||||
// The MegaGlest Team, under GNU GPL v3.0
|
||||
// ==============================================================
|
||||
|
||||
#include "FileReader.h"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// This file is part of MegaGlest Shared Library (www.megaglest.org)
|
||||
//
|
||||
// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke
|
||||
// The Megaglest Team, under GNU GPL v3.0
|
||||
// The MegaGlest Team, under GNU GPL v3.0
|
||||
// ==============================================================
|
||||
|
||||
#include "buffer.h"
|
||||
|
@@ -472,7 +472,7 @@ void event_numeric(irc_session_t * session, unsigned int event, const char * ori
|
||||
get_nickname(tokens[j].c_str(),realNick,127);
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED || IRCThread::debugEnabled) printf ("===> IRC: LIBIRC_RFC_RPL_NAMREPLY user joined channel realNick [%s] tokens[j] [%s]\n", realNick,tokens[j].c_str());
|
||||
|
||||
// Only show Megaglest users in the user list
|
||||
// Only show MegaGlest users in the user list
|
||||
//if(strncmp(&realNick[0],"MG_",3) == 0) {
|
||||
nickList.push_back(realNick);
|
||||
//}
|
||||
|
Reference in New Issue
Block a user