1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 18:03:13 +02:00

Made ".. did a /whois on you" always show the real host (#0000705).

This commit is contained in:
Bram Matthys
2003-02-10 00:56:58 +00:00
parent 934b898914
commit 82201421eb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1897,3 +1897,4 @@ seen. gmtime warning still there
also in restrict-usermodes. Ofcourse these restrictions do not apply to ircops.
Feature suggested Gargo (#0000603).
- Fixed a bug in coadmin: global flags were not added (#0000716).
- Made ".. did a /whois on you" always show the real host (#0000705).
+1 -1
View File
@@ -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,