From 334632caf9e94fe950bcc0db7ef2284ab2a6fdd9 Mon Sep 17 00:00:00 2001 From: Robby- Date: Wed, 18 Apr 2012 13:34:25 +0200 Subject: /STATS: updates --- docs/inspircd.helpop-full.example | 18 ++++++++++++------ docs/inspircd.helpop.example | 2 +- src/stats.cpp | 4 ++-- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/inspircd.helpop-full.example b/docs/inspircd.helpop-full.example index 68eb266c9..0169077ba 100644 --- a/docs/inspircd.helpop-full.example +++ b/docs/inspircd.helpop-full.example @@ -930,24 +930,30 @@ e Show e-lines (local ban exemptions) g Show g-lines (host bans) k Show k-lines (local host bans) q Show q-lines (nick mask bans) -Z Show z-lines (ip mask bans) +Z Show z-lines (IP mask bans) +R Show R-lines (regular expression bans) +H Show shuns s Show filters C Show channel bans c Show link blocks -l Show all inbound and outbound server and client connections +d Show configured DNSBLs and related statistics m Show command statistics, number of times commands have been used o Show a list of all valid oper usernames and hostmasks -p Show open client ports, and the port type (ssl, plaintext, etc) plus number of users on each port +p Show open client ports, and the port type (ssl, plaintext, etc) u Show server uptime z Show memory usage statistics -I Show connect class permissions +i Show connect class permissions +l Show all client connections with information (sendq, commands, bytes, time connected) L Show all client connections with information and IP address P Show online opers and their idle times T Show bandwidth/socket statistics -U Show u-lined servers +U Show U-lined servers Y Show connection classes +O Show opertypes and the allowed user and channel modes it can set +E Show socket engine events +S Show currently held registered nicknames Note that all /STATS use is broadcast to online IRC operators."> @@ -987,7 +993,7 @@ Note that all /STATS use is broadcast to online IRC operators."> Q Allows receipt of remote quit messages. t Allows receipt of attempts to use /STATS (local and remote). v Allows receipt of oper-override notices (requires override module). - x Allows receipt of Xline notice (g/z/q/k/e)."> + x Allows receipt of Xline notices (g/z/q/k/e/R/shuns)."> ###################### # EXTBANS # diff --git a/docs/inspircd.helpop.example b/docs/inspircd.helpop.example index 3688f74b3..fec81865e 100644 --- a/docs/inspircd.helpop.example +++ b/docs/inspircd.helpop.example @@ -249,7 +249,7 @@ help channel if you have any questions."> Q Allows receipt of remote quit messages. t Allows receipt of attempts to use /STATS (local and remote). v Allows receipt of oper-override notices (requires override module). - x Allows receipt of Xline notice (g/z/q/k/e)."> + x Allows receipt of Xline notices (g/z/q/k/e/R/shuns)."> nick+" :nick[ident@ip] sendq cmds_out bytes_out cmds_in bytes_in time_open"); for (std::vector::iterator n = this->Users->local_users.begin(); n != this->Users->local_users.end(); n++) -- cgit v1.2.3