From ef907e4c60f0e7efdb431208b0daf93448bd0652 Mon Sep 17 00:00:00 2001 From: Matthew Mondor Date: Mon, 20 Feb 2006 12:37:36 +0000 Subject: [PATCH] Fixed typo :) --- src/s_user.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) || -- 2.9.0