mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 11:26:38 +02:00
Docs update
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user