diff --git a/Changes b/Changes index 00caebcd8..8f3b4c4b7 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 0cfd2afd0..764b6774d 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -21,7 +21,7 @@ http://www.unrealircd.com
Version: 3.2
Current Version: 3.2 Beta19-CVS
- Last doc update: 2003-12-20 + Last doc update: 2004-01-17 Head Coders: Stskeeps / codemastr / Syzop / Luke / McSkaf
Contributors: Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
Documentation: CKnight^ / Syzop
@@ -2778,7 +2778,7 @@ to get more information on a command.

C - link - Send the link block list
d - denylinkauto - Send the deny link (auto) block list
D - denylinkall - Send the deny link (all) block list
- e - excepthrottle - Send the except trottle block list
+ e - exceptthrottle - Send the except trottle block list
E - exceptban - Send the except ban block list
F - denydcc - Send the deny dcc block list
G - gline - Send the gline list
@@ -2787,6 +2787,7 @@ to get more information on a command.

    r Return glines with a reason matching/not matching the specified reason
    s Return glines set by/not set by clients matching the specified name
I - allow - Send the allow block list
+ j - officialchans - Send the offical channels list
K - kline - Send the ban user/ban ip/except ban block list
l - linkinfo - Send link information
L - linkinfoall - Send all link information
@@ -2808,8 +2809,8 @@ to get more information on a command.

T - traffic - Send traffic information
u - uptime - Send the server uptime and connection count
U - uline - Send the ulines block list
- v - Send the deny version block list
- V - Send the vhost block list
+ v - denyver - Send the deny version block list
+ V - vhost - Send the vhost block list
X - notlink - Send the list of servers that are not current linked
Y - class - Send the class block list
z - zip - Send compression information about ziplinked servers (if compiled with ziplinks support)
diff --git a/src/s_stats.c b/src/s_stats.c index e16257605..04a8cb733 100644 --- a/src/s_stats.c +++ b/src/s_stats.c @@ -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,