1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-25 12:16:40 +02:00

Docs update

This commit is contained in:
codemastr
2003-04-13 19:10:42 +00:00
parent 3618b2a2fa
commit bf0b2a98cd
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -2053,3 +2053,5 @@ seen. gmtime warning still there
- Made it so you can use a ~ as the first character of an ident with /chgident (#0000765)
reported by AngryWolf
- badword::action::block should now be ok
- Added some missing /stats flags to help.conf and the /stats ? output (#0000886) reported
by Rocko
+2
View File
@@ -395,6 +395,7 @@ help Stats {
" n - Send the ban realname block list";
" N - Send network configuration list";
" O - Send the oper block list";
" P - Send information about ports";
" q - Send the SQLINE list";
" Q - Send the ban nick block list";
" r - Send the channel deny/allow block list";
@@ -406,6 +407,7 @@ help Stats {
" U - Send the ulines block list";
" v - Send the deny version block list";
" V - Send the vhost block list";
" X - Send a list of all servers that are not linked";
" Y - Send the class block list";
" Z - Send memory usage information";
" ==---------------------oOo---------------------==";
+4
View File
@@ -2641,6 +2641,8 @@ CMD_FUNC(m_stats)
"N - Send network configuration list");
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],
"O - Send the oper block list");
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],
"P - Send information about ports");
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],
"q - Send the SQLINE list");
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],
@@ -2667,6 +2669,8 @@ CMD_FUNC(m_stats)
"v - Send the deny version block list");
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],
"V - Send the vhost block list");
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],
"X - Send a list of servers that are not currently linked");
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],
"Y - Send the class block list");
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, parv[0],