mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 05:23:12 +02:00
- Changed the 'is a Secure Connection' msg/numeric in /whois from RPL_WHOISSPECIAL to
a slightly changed RPL_WHOISSECURE, namely: ':%s 671 %s %s :is using a Secure connection',
This commit is contained in:
@@ -310,8 +310,8 @@ DLLFUNC int m_whois(aClient *cptr, aClient *sptr, int parc, char *parv[])
|
||||
sendto_one(sptr, rpl_str(RPL_WHOISBOT), me.name, parv[0], name, ircnetwork);
|
||||
|
||||
if (acptr->umodes & UMODE_SECURE)
|
||||
sendto_one(sptr, ":%s %d %s %s :%s", me.name,
|
||||
RPL_WHOISSPECIAL, parv[0], name, "is a Secure Connection");
|
||||
sendto_one(sptr, rpl_str(RPL_WHOISSECURE), me.name, parv[0], name,
|
||||
"is using a Secure Connection");
|
||||
|
||||
if (!BadPtr(user->swhois) && !hideoper)
|
||||
sendto_one(sptr, ":%s %d %s %s :%s",
|
||||
|
||||
+1
-1
@@ -727,7 +727,7 @@ static char *replies[] = {
|
||||
/* 668 */ NULL,
|
||||
/* 669 */ NULL,
|
||||
/* 670 */ NULL, /* kineircd */
|
||||
/* 671 */ NULL, /* kineircd */
|
||||
/* 671 RPL_WHOISSECURE */ ":%s 671 %s %s :%s", /* our variation on the kineircd numeric */
|
||||
/* 672 */ NULL, /* ithildin */
|
||||
/* 673 */ NULL, /* ithildin */
|
||||
/* 674 */ NULL,
|
||||
|
||||
Reference in New Issue
Block a user