# HG changeset patch # User Matthew Wild # Date 1266800536 0 # Node ID 471c3acffb2afbb1c186b749977623973493473d # Parent 5ed986d44159f562b0f5a8c246b964ae5e1cccb9 mod_console: Uncomment the help for server:shutdown() - thanks darkrain diff -r 5ed986d44159 -r 471c3acffb2a plugins/mod_console.lua --- a/plugins/mod_console.lua Sun Feb 21 16:57:06 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