# HG changeset patch # User Matthew Wild # Date 1741865739 0 # Node ID 5cc4a3e0335c204d8ce5ad7eda526549ef7d7526 # Parent 4365f0f03c335bbf3e07646dedf545776865cd3e mod_admin_shell: Remove outdated help text (fixes #1898) The ! commands have been broken for some time, and we're not going to implement them right now. If we want fancier editing, we can now do that on the client side (with readline and stuff). Also removes mention of telnet! diff -r 4365f0f03c33 -r 5cc4a3e0335c plugins/mod_admin_shell.lua --- a/plugins/mod_admin_shell.lua Thu Mar 13 11:33:08 2025 +0000 +++ b/plugins/mod_admin_shell.lua Thu Mar 13 11:35:39 2025 +0000 @@ -92,13 +92,8 @@ -- Seed with default sections and their description text help_topic "console" "Help regarding the console itself" [[ Hey! Welcome to Prosody's admin console. -First thing, if you're ever wondering how to get out, simply type 'quit'. -Secondly, note that we don't support the full telnet protocol yet (it's coming) -so you may have trouble using the arrow keys, etc. depending on your system. - -For now we offer a couple of handy shortcuts: -!! - Repeat the last command -!old!new! - repeat the last command, but with 'old' replaced by 'new' +If you're ever wondering how to get out, simply type 'quit' (ctrl+d should also +work). For those well-versed in Prosody's internals, or taking instruction from those who are, you can prefix a command with > to escape the console sandbox, and access everything in