aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_telnet.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-04-29 22:59:01 +0200
committerKim Alvefur <zash@zash.se>2020-04-29 22:59:01 +0200
commited209d1f70a8e8502c3724dfd3318e9178f71e38 (patch)
tree0fdaa304a376cbb22dfc59e0e235670cf37f6639 /plugins/mod_admin_telnet.lua
parent3ac134a9e3310902ea09adbe726ae73916fd2af8 (diff)
downloadprosody-ed209d1f70a8e8502c3724dfd3318e9178f71e38.tar.gz
prosody-ed209d1f70a8e8502c3724dfd3318e9178f71e38.zip
mod_admin_telnet: Add a TODO for someone to find in the future
Diffstat (limited to 'plugins/mod_admin_telnet.lua')
-rw-r--r--plugins/mod_admin_telnet.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_admin_telnet.lua b/plugins/mod_admin_telnet.lua
index 96b5a97b..a27f6d5c 100644
--- a/plugins/mod_admin_telnet.lua
+++ b/plugins/mod_admin_telnet.lua
@@ -303,6 +303,7 @@ function commands.help(session, data)
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]]