mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 23:26:39 +02:00
- Typo fix
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user