mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-16 07:01:35 +01:00
Remove old STATS Z from stats help. Reported by Lord255 in
https://bugs.unrealircd.org/view.php?id=5541
This commit is contained in:
parent
c9feaa0b15
commit
1b07f706bc
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ static inline void stats_help(Client *client)
|
|||
sendnumeric(client, RPL_STATSHELP, "W - fdtable - Send the FD table listing");
|
||||
sendnumeric(client, RPL_STATSHELP, "X - notlink - Send the list of servers that are not current linked");
|
||||
sendnumeric(client, RPL_STATSHELP, "Y - class - Send the class block list");
|
||||
sendnumeric(client, RPL_STATSHELP, "Z - mem - Send memory usage information");
|
||||
}
|
||||
|
||||
static inline int allow_user_stats_short(char c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue