*** VERSION 5.2.0 ***
[NeonServV5.git] / src / cmd_neonserv_users.c
index 4501f43e10bd8b07be162cd624078b3755b96489..0e524b70b05c0e2ae7215fad9fddcc2f9b8bdae8 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonserv_users.c - NeonServ v5.0
+/* cmd_neonserv_users.c - NeonServ v5.2
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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 {