Emote filter, Chat filter improvements, Disable commands, and custom
commands
This commit is contained in:
@@ -48,4 +48,27 @@ No-Captcha-Kick = false
|
||||
|
||||
#Kick user after this number of minutes has passed without captcha clear
|
||||
#Due to the way the countdown works, the kick may not happen until at most one minute after
|
||||
No-Captcha-Kick-Time = 10
|
||||
No-Captcha-Kick-Time = 10
|
||||
|
||||
#Messages with these unicode emotes will be removed
|
||||
Block-Unicode-Emotes = baby,snake,squid
|
||||
|
||||
#Messages with these custom emotes will be removed
|
||||
Block-Custom-Emotes = badfish,fix,bigleaf
|
||||
|
||||
#Disable these commands for ALL users
|
||||
DisabledCommands = cmd1,cmd2,cmd3
|
||||
|
||||
#Disabled these commands for normal users
|
||||
DisabledUserCommands = cmd4,cmd5,cmd6
|
||||
|
||||
#List your custom commands here. This line will always generate blank.
|
||||
#Example - Custom-Command-Names = hello,botcheck,apple
|
||||
Custom-Command-Names =
|
||||
|
||||
#Placeholder(s):
|
||||
#<user> - Mentions the sender
|
||||
#Setting up custom commands works like this:
|
||||
#
|
||||
#cc-hello-message = Hello, <user>!
|
||||
#cc-hello-description = Greets the sender.
|
||||
Reference in New Issue
Block a user