mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 15:13:13 +02:00
Made ".. did a /whois on you" always show the real host (#0000705).
This commit is contained in:
@@ -198,7 +198,7 @@ DLLFUNC int m_whois(aClient *cptr, aClient *sptr, int parc, char *parv[])
|
||||
sendto_one(acptr,
|
||||
":%s %s %s :*** %s (%s@%s) did a /whois on you.",
|
||||
me.name, IsWebTV(acptr) ? "PRIVMSG" : "NOTICE", acptr->name, sptr->name,
|
||||
sptr->user->username, GetHost(sptr));
|
||||
sptr->user->username, sptr->user->realhost);
|
||||
}
|
||||
|
||||
sendto_one(sptr, rpl_str(RPL_WHOISUSER), me.name,
|
||||
|
||||
Reference in New Issue
Block a user