Software /
code /
prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
10859:8de0057b4279 | 10860:934dca972f2c |
---|---|
261 print [[]] | 261 print [[]] |
262 print [[For those well-versed in Prosody's internals, or taking instruction from those who are,]] | 262 print [[For those well-versed in Prosody's internals, or taking instruction from those who are,]] |
263 print [[you can prefix a command with > to escape the console sandbox, and access everything in]] | 263 print [[you can prefix a command with > to escape the console sandbox, and access everything in]] |
264 print [[the running server. Great fun, but be careful not to break anything :)]] | 264 print [[the running server. Great fun, but be careful not to break anything :)]] |
265 end | 265 end |
266 print [[]] | |
267 end | 266 end |
268 | 267 |
269 -- Session environment -- | 268 -- Session environment -- |
270 -- Anything in def_env will be accessible within the session as a global variable | 269 -- Anything in def_env will be accessible within the session as a global variable |
271 | 270 |