Software /
code /
prosody
Diff
plugins/mod_admin_shell.lua @ 10860:934dca972f2c
mod_admin_shell: Remove extra newline at end of help text
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 01 Jun 2020 16:14:44 +0100 |
parent | 10859:8de0057b4279 |
child | 10863:455a151db834 |
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua Mon Jun 01 16:14:06 2020 +0100 +++ b/plugins/mod_admin_shell.lua Mon Jun 01 16:14:44 2020 +0100 @@ -263,7 +263,6 @@ print [[you can prefix a command with > to escape the console sandbox, and access everything in]] print [[the running server. Great fun, but be careful not to break anything :)]] end - print [[]] end -- Session environment --