Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / cmd_neonserv_users.c
index 4501f43e10bd8b07be162cd624078b3755b96489..cd8d3754f9ad2308c22920a274ae66c8eadf30ea 100644 (file)
@@ -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 {