# HG changeset patch # User Matthew Wild # Date 1591024484 -3600 # Node ID 934dca972f2c7a2a8c38ff3d5a886b9e621176e9 # Parent 8de0057b4279a5c25bc290e38b3670074fdda221 mod_admin_shell: Remove extra newline at end of help text diff -r 8de0057b4279 -r 934dca972f2c plugins/mod_admin_shell.lua --- 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 --