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 | |
---|
1 | DELETE FROM `command` WHERE name in ('banaccount', 'banip', 'unbanaccount', 'unbanip'); |
---|
2 | |
---|
3 | INSERT 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".'); |
---|
4 | INSERT INTO `command` VALUES ('unban','3','Syntax is: unban <account|ip|character> $NameOrIp\r\nUnban account or IP.'); |
---|
5 | INSERT INTO `command` VALUES ('baninfo','3','Syntax is: baninfo <account|ip|character>\r\nWatch full information about a specific ban.'); |
---|
6 | INSERT INTO `command` VALUES ('banlist','3','Syntax is: banlist <account|ip|character> $NameOrIp\r\nsearches the banlist for a pattern.'); |
---|