1
0
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:
stskeeps
2000-11-26 10:31:10 +00:00
parent 2b78d45287
commit 8dce2d175c
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
Binary file not shown.