mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
2 lines
229 B
SQL
2 lines
229 B
SQL
DELETE FROM `command` WHERE `name` = 'cshutdown';
|
|
UPDATE `command` SET `help`='Syntax: .shutdown seconds\r\n\r\nShut the server down after given seconds or cancel the shutdown if cancel value is used.' WHERE `name` = 'shutdown';
|