From: Matthew Mondor Date: Mon, 20 Feb 2006 12:37:36 +0000 (+0000) Subject: Fixed typo :) X-Git-Tag: rubiks-ircd-1-0-6~12 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=ef907e4c60f0e7efdb431208b0daf93448bd0652;p=rubiks-ircd.git Fixed typo :) --- diff --git a/src/s_user.c b/src/s_user.c index ceef20a..eb3fca8 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -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) ||