mod_console: Uncomment the help for server:shutdown() - thanks darkrain
authorMatthew Wild <mwild1@gmail.com>
Mon, 22 Feb 2010 01:02:16 +0000 (01:02 +0000)
committerMatthew Wild <mwild1@gmail.com>
Mon, 22 Feb 2010 01:02:16 +0000 (01:02 +0000)
plugins/mod_console.lua

index 6d387b0eb77e5221d76d4fc9e2a87c37c6a8857a..05ff3274e54c0d2264278c47eeae70c451493f9d 100644 (file)
@@ -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