# HG changeset patch # User Kim Alvefur # Date 1588195701 -7200 # Node ID ef2bd183f6608f111953d3060cb73a23a715133b # Parent f46c5e3c97eee5056b43f302689aa9ada053748f mod_admin_telnet: Silence luacheck diff -r f46c5e3c97ee -r ef2bd183f660 plugins/mod_admin_telnet.lua --- a/plugins/mod_admin_telnet.lua Wed Apr 29 23:15:01 2020 +0200 +++ b/plugins/mod_admin_telnet.lua Wed Apr 29 23:28:21 2020 +0200 @@ -303,7 +303,8 @@ 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 == "stats" then -- luacheck: ignore 542 + -- TODO describe how stats:show() 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]]