mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 13:03:12 +02:00
Updated /stats docs
This commit is contained in:
@@ -2733,3 +2733,4 @@ seen. gmtime warning still there
|
||||
- Made it so chan ops can invite in a +V channel. Requested by AI (#0001478)
|
||||
- Added HOOKTYPE_PRE_LOCAL_QUIT to allow changing quit messages. Suggested by penna22
|
||||
(#0001424)
|
||||
- Updated some /stats docs, reported by AngryWolf (#0001283)
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Version: 3.2</font><br>
|
||||
<b>Current Version:</b> 3.2 Beta19-CVS<br>
|
||||
<b>Last doc update:</b> 2003-12-20</div>
|
||||
<b>Last doc update:</b> 2004-01-17</div>
|
||||
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke / McSkaf<br>
|
||||
<b>Contributors:</b> Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk<br>
|
||||
<b>Documentation:</b> CKnight^ / Syzop<br>
|
||||
@@ -2778,7 +2778,7 @@ to get more information on a command.</p>
|
||||
C - link - Send the link block list<br>
|
||||
d - denylinkauto - Send the deny link (auto) block list<br>
|
||||
D - denylinkall - Send the deny link (all) block list<br>
|
||||
e - excepthrottle - Send the except trottle block list<br>
|
||||
e - exceptthrottle - Send the except trottle block list<br>
|
||||
E - exceptban - Send the except ban block list<br>
|
||||
F - denydcc - Send the deny dcc block list<br>
|
||||
G - gline - Send the gline list<br>
|
||||
@@ -2787,6 +2787,7 @@ to get more information on a command.</p>
|
||||
r Return glines with a reason matching/not matching the specified reason<br>
|
||||
s Return glines set by/not set by clients matching the specified name<br>
|
||||
I - allow - Send the allow block list<br>
|
||||
j - officialchans - Send the offical channels list<br>
|
||||
K - kline - Send the ban user/ban ip/except ban block list<br>
|
||||
l - linkinfo - Send link information<br>
|
||||
L - linkinfoall - Send all link information<br>
|
||||
@@ -2808,8 +2809,8 @@ to get more information on a command.</p>
|
||||
T - traffic - Send traffic information<br>
|
||||
u - uptime - Send the server uptime and connection count<br>
|
||||
U - uline - Send the ulines block list<br>
|
||||
v - Send the deny version block list<br>
|
||||
V - Send the vhost block list<br>
|
||||
v - denyver - Send the deny version block list<br>
|
||||
V - vhost - Send the vhost block list<br>
|
||||
X - notlink - Send the list of servers that are not current linked<br>
|
||||
Y - class - Send the class block list<br>
|
||||
z - zip - Send compression information about ziplinked servers (if compiled with ziplinks support)<br>
|
||||
|
||||
+3
-3
@@ -179,7 +179,7 @@ inline void stats_help(aClient *sptr)
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
"D - denylinkall - Send the deny link (all) block list");
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
"e - excepthrottle - Send the except trottle block list");
|
||||
"e - exceptthrottle - Send the except trottle block list");
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
"E - exceptban - Send the except ban block list");
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
@@ -243,9 +243,9 @@ inline void stats_help(aClient *sptr)
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
"U - uline - Send the ulines block list");
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
"v - Send the deny version block list");
|
||||
"v - denyver - Send the deny version block list");
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
"V - Send the vhost block list");
|
||||
"V - vhost - Send the vhost block list");
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
"X - notlink - Send the list of servers that are not current linked");
|
||||
sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name,
|
||||
|
||||
Reference in New Issue
Block a user