1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 11:26:38 +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
+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],