root/trunk/sql/updates/0.7/3801_command.sql @ 2

Revision 2, 0.7 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1DELETE FROM `command` WHERE name in ('banaccount', 'banip', 'unbanaccount', 'unbanip');
2
3INSERT INTO `command` VALUES ('ban','3','Syntax is: ban <account|ip|character> $NameOrIp $bantime $reason\r\nBan account or IP and kick player.\r\n$bantime: negative value leads to permban, otherwise use a timestring like "4d20h3s".');
4INSERT INTO `command` VALUES ('unban','3','Syntax is: unban <account|ip|character> $NameOrIp\r\nUnban account or IP.');
5INSERT INTO `command` VALUES ('baninfo','3','Syntax is: baninfo <account|ip|character>\r\nWatch full information about a specific ban.');
6INSERT INTO `command` VALUES ('banlist','3','Syntax is: banlist <account|ip|character> $NameOrIp\r\nsearches the banlist for a pattern.');
Note: See TracBrowser for help on using the browser.