Software /
code /
prosody
Changeset
2700:3cb04cdc0193
mod_console: Uncomment the help for server:shutdown() - thanks darkrain
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 22 Feb 2010 01:02:16 +0000 |
parents | 2696:cb5acafbec62 |
children | 2701:0d84e1fcb533 2702:248cab256a29 |
files | plugins/mod_console.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_console.lua Sun Feb 21 20:52:54 2010 +0000 +++ b/plugins/mod_console.lua Mon Feb 22 01:02:16 2010 +0000 @@ -192,7 +192,7 @@ elseif section == "server" then print [[server:version() - Show the server's version number]] print [[server:uptime() - Show how long the server has been running]] - --print [[server:shutdown(reason) - Shut down the server, with an optional reason to be broadcast to all connections]] + print [[server:shutdown(reason) - Shut down the server, with an optional reason to be broadcast to all connections]] elseif section == "config" then print [[config:reload() - Reload the server configuration. Modules may need to be reloaded for changes to take effect.]] elseif section == "console" then