1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 23:26:39 +02:00

- Typo fix

This commit is contained in:
William Pitcock
2013-05-06 05:59:14 +00:00
parent 601d96e82e
commit daf6cba195
+1 -1
View File
@@ -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));