ldilley / rubircd

:speech_balloon: An IRC server written in Ruby
http://www.dilley.me/rubircd
GNU General Public License v3.0
22 stars 4 forks source link

Add other STATS subcommands #17

Open ldilley opened 9 years ago

ldilley commented 9 years ago

The following STATS subcommands are now in place: c (command statistics), d (data transferred), i (admins/opers online with idle time), k (show k-lines), l (list client connections), o (show configured admins/opers), p (show listen ports), q (show q-lines), u (show server uptime), z (show z-lines)

The following STATS subcommands still need to be added: g (show g-lines), m (show memory usage), s (show server links)

ldilley commented 9 years ago

'g' and 's' will be implemented when server linking functionality is added. 'm' may either be removed or show data from the MEMORY STATS command.