port over some changes from Trinity version including one possible memory leak fix
[AHbot.git] / sql / updates / 0.6 / 2778_command.sql
blobe1da819fbbc1247545b895bd63284bf36f5b6e5a
1 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';
2 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';