diff --git a/src/modules/m_whois.c b/src/modules/m_whois.c index f6c02dc68..3eeb0fe9e 100644 --- a/src/modules/m_whois.c +++ b/src/modules/m_whois.c @@ -173,7 +173,7 @@ DLLFUNC int m_whois(aClient *cptr, aClient *sptr, int parc, char *parv[]) IsHidden(acptr) ? user->virthost : user->realhost, acptr->info); - if ((IsOper(sptr) || (acptr == sptr)) + if (IsOper(sptr) || acptr == sptr) { char sno[512]; strcpy(sno, get_sno_str(acptr));