X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fcmd_neonserv_users.c;h=cd8d3754f9ad2308c22920a274ae66c8eadf30ea;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=4501f43e10bd8b07be162cd624078b3755b96489;hpb=95fed4deda0319bee515e44ceec0c77061a2c04e;p=NeonServV5.git diff --git a/src/cmd_neonserv_users.c b/src/cmd_neonserv_users.c index 4501f43..cd8d375 100644 --- a/src/cmd_neonserv_users.c +++ b/src/cmd_neonserv_users.c @@ -1,5 +1,5 @@ -/* cmd_neonserv_users.c - NeonServ v5.0 - * Copyright (C) 2011 Philipp Kreil (pk910) +/* cmd_neonserv_users.c - NeonServ v5.3 + * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -91,7 +91,7 @@ static void neonserv_cmd_users_async1(struct ClientSocket *client, struct Client content[1] = row[1]; is_here = 0; for(chanuser = getChannelUsers(chan, NULL); chanuser; chanuser = getChannelUsers(chan, chanuser)) { - if((chanuser->user->flags & USERFLAG_ISAUTHED) && !strcmp(chanuser->user->auth, row[1])) { + if((chanuser->user->flags & USERFLAG_ISAUTHED) && !stricmp(chanuser->user->auth, row[1])) { if((chanuser->flags & CHANUSERFLAG_INVISIBLE)) is_here = 2; else {