mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
4 lines
169 B
SQL
4 lines
169 B
SQL
DELETE FROM command WHERE name IN ('info');
|
|
|
|
INSERT INTO `command` VALUES
|
|
('info',0,'Syntax: .info\r\n\r\nDisplay server version and the number of connected players.');
|