PDA

View Full Version : ban/kick/warn


Dead Badger
18th August 2005, 12:25
Im having a problem with the swear filter/kicker. I can see in the docs the correct terms for adding kick and ban words but not the one for warnings. Ive tried the following for example

mm_kicker.addWarnWord "denmark"

but it doesnt seem to work. Ive substituted denmark for a swear word obviously :)

Kinetic
18th August 2005, 12:55
Shouldnt that be:

mm_kicker.addKickWord "Denmark"

?


then you se the number of warnings before a kick is issued

K
18th August 2005, 13:16
matches are case insensitive.

Dead Badger
19th August 2005, 09:36
so i dont use warnword but kickword? i dont want them to be kicked, i want them to be warned.
Does it warn first after use or just kick them as I dont want them kicked?
Also i didnt use the exact words because i didnt want to swear on these forums obviously so the case sensitivity isnt an issue regarding my example.

Kinetic
19th August 2005, 09:41
Afaik the command is:

mm_kicker.addKickWord


Then you set how many times they are warned before they are kicked,if you dont want them kicked then set that value to a very high number


It warns them each time they swear,it will kick them if they persist and reach the limit you have set in the .con files ,such as swearing more than 3 times, rumour has it that the kick function doesnt even work anyway once the limit has been reached,test it yourself to be 100% sure