mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 13:23:13 +02:00
+- Removed "on network" in /whois oper
This commit is contained in:
@@ -201,3 +201,4 @@
|
||||
- Fixed some copyright stuff in ssl.c
|
||||
- Fixed a /map problem
|
||||
- Updated doc/conf.doc and doc/example.conf
|
||||
- Fixed a bug where /map showed U:lines while HIDE_ULINES was set
|
||||
+1
-1
@@ -346,7 +346,7 @@ static char *replies[] = {
|
||||
/* 310 RPL_WHOISHELPOP */ ":%s 310 %s %s :is available for help.",
|
||||
/* 311 RPL_WHOISUSER */ ":%s 311 %s %s %s %s * :%s",
|
||||
/* 312 RPL_WHOISSERVER */ ":%s 312 %s %s %s :%s",
|
||||
/* 313 RPL_WHOISOPERATOR */ ":%s 313 %s %s :is %s on %s",
|
||||
/* 313 RPL_WHOISOPERATOR */ ":%s 313 %s %s :is %s",
|
||||
/* 314 RPL_WHOWASUSER */ ":%s 314 %s %s %s %s * :%s",
|
||||
/* 315 RPL_ENDOFWHO */ ":%s 315 %s %s :End of /WHO list.",
|
||||
/* 316 */ NULL, /* Used */
|
||||
|
||||
+1
-1
@@ -2811,7 +2811,7 @@ int m_whois(cptr, sptr, parc, parv)
|
||||
if (buf[0])
|
||||
sendto_one(sptr,
|
||||
rpl_str(RPL_WHOISOPERATOR), me.name,
|
||||
parv[0], name, buf, ircnetwork);
|
||||
parv[0], name, buf);
|
||||
}
|
||||
|
||||
if (IsHelpOp(acptr) && (!IsHideOper(acptr) || sptr == acptr || IsAnOper(sptr)))
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user