Fixed typo :) rubiks-ircd-1-0-3
authorMatthew Mondor <mmondor@pulsar-zone.net>
Mon, 20 Feb 2006 12:37:36 +0000 (12:37 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Mon, 20 Feb 2006 12:37:36 +0000 (12:37 +0000)
src/s_user.c

index ceef20a..eb3fca8 100644 (file)
@@ -21,7 +21,7 @@
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-/* $Id: s_user.c,v 1.12 2006/02/20 12:19:46 mmondor Exp $ */
+/* $Id: s_user.c,v 1.13 2006/02/20 12:37:36 mmondor Exp $ */
 
 #include "struct.h"
 #include "common.h"
@@ -2098,7 +2098,7 @@ m_whois(aClient *cptr, aClient *sptr, int parc, char *parv[])
                        name, buf);
         
         /* don't give away that this oper is on this server if they're hidden! */
-#ifdef WHOIS_IDLE_NO_OPER
+#ifdef WHOIS_IDLE_NO_OPERS
        if (!IsAnOper(acptr) && !IsAdmin(acptr))
 #endif
         if (acptr->user && MyConnect(acptr) && ((sptr == acptr) ||