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:
@@ -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).
|
||||
|
||||
@@ -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