mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
4 lines
235 B
SQL
4 lines
235 B
SQL
DELETE FROM command WHERE name IN ('help','transport');
|
|
|
|
INSERT INTO command VALUES
|
|
('help',0,'Syntax: .help [$command]\r\n\r\nDisplay usage instructions for the given $command. If no $command provided show list available commands.');
|