aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-22 01:04:27 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-22 01:04:27 +0000
commit68646c5e594d10edec702cce2b54b7c99855ed0c (patch)
treed9dbb8de639329d8fafc71838bf902539f8a5c44 /plugins
parentab539e8de3ebea0f96ec3c90b91fc04c219e0a44 (diff)
parent438fb9093865e34d99b199d1f2203d3860dbede1 (diff)
downloadprosody-68646c5e594d10edec702cce2b54b7c99855ed0c.tar.gz
prosody-68646c5e594d10edec702cce2b54b7c99855ed0c.zip
Merge with 0.7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_console.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_console.lua b/plugins/mod_console.lua
index 6d387b0e..05ff3274 100644
--- a/plugins/mod_console.lua
+++ b/plugins/mod_console.lua
@@ -192,7 +192,7 @@ function commands.help(session, data)
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