Remove old STATS Z from stats help. Reported by Lord255 in

https://bugs.unrealircd.org/view.php?id=5541
This commit is contained in:
Bram Matthys 2020-01-26 10:00:58 +01:00
parent c9feaa0b15
commit 1b07f706bc
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -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)