diff options
Diffstat (limited to 'sql/updates/0.6/2778_command.sql')
-rw-r--r-- | sql/updates/0.6/2778_command.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/0.6/2778_command.sql b/sql/updates/0.6/2778_command.sql new file mode 100644 index 00000000000..d70b558d417 --- /dev/null +++ b/sql/updates/0.6/2778_command.sql @@ -0,0 +1,2 @@ +UPDATE `command` SET `help` = 'Syntax: .idleshutdown #delay|cancel\r\n\r\nShut the server down after #delay seconds if no active connections are present (no players) or cancel the shutdown if cancel value is used.' WHERE `name` = 'idleshutdown'; +UPDATE `command` SET `help` = 'Syntax: .shutdown #delay|cancel\r\n\r\nShut the server down after #delay seconds or cancel the shutdown if cancel value is used.' WHERE `name` = 'shutdown'; |