mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Added command 'profanity'
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
DROP TABLE IF EXISTS `profanity_list`;
|
||||
|
||||
CREATE TABLE `profanity_list` (
|
||||
`word` VARCHAR(16) NOT NULL
|
||||
)
|
||||
COLLATE='latin1_swedish_ci'
|
||||
ENGINE=InnoDB
|
||||
;
|
||||
|
||||
REPLACE INTO `command_settings` VALUES ('profanity', 150, 'prof');
|
||||
Reference in New Issue
Block a user