# HG changeset patch # User Kim Alvefur # Date 1588193941 -7200 # Node ID ee2f8ee319ea12e2637d6e32a9b3a12d2464444f # Parent e7eb33a5f8d911c616c4f81546541b28bd1126f2 mod_admin_telnet: Add a TODO for someone to find in the future diff -r e7eb33a5f8d9 -r ee2f8ee319ea plugins/mod_admin_telnet.lua --- a/plugins/mod_admin_telnet.lua Wed Apr 29 22:56:35 2020 +0200 +++ b/plugins/mod_admin_telnet.lua Wed Apr 29 22:59:01 2020 +0200 @@ -303,6 +303,7 @@ elseif section == "config" then print [[config:reload() - Reload the server configuration. Modules may need to be reloaded for changes to take effect.]] print [[config:get([host,] option) - Show the value of a config option.]] + elseif section == "stats" then -- TODO describe how this works elseif section == "debug" then print [[debug:logevents(host) - Enable logging of fired events on host]] print [[debug:events(host, event) - Show registered event handlers]]