WinMX World :: Forum
Metis Scripts and Help => Metis Script Help => Topic started by: [\/\//¥\\/\/]The Omega on October 20, 2005, 04:11:35 pm
-
My metis wont kick on swearwords or no files. Could someone please help me????
-
<BadwordPenalty enable="1" exclude="2"/>
<Autokick enable="1" warnings="2"/>
<BadLangWarning value="I'd watch that tone of voice, %RAWNAME%, if I was you %RAWNAME%."/>
<BadLangPreKick value="You have been warned, %RAWNAME%. bad words are not permitted. Bye."/>
<RedirectCommand value="/kick %RAWNAME% 255 "/>
thats for the badwords to kick in metis if have badwords set up like
<badword>wordshere</badword>
so wordshere if typed in room gets kick
-
<OnEnter>
<out condition="1" lvalue="%FILES% rvalue="0">/kick %RAWNAME%</out>
</OnEnter>
0 files kick from room
-
<BadwordPenalty enable="1" exclude="2"/>
<Autokick enable="1" warnings="2"/>
<BadLangWarning value="I'd watch that tone of voice, %RAWNAME%, if I was you %RAWNAME%."/>
<BadLangPreKick value="You have been warned, %RAWNAME%. bad words are not permitted. Bye."/>
<RedirectCommand value="/kick %RAWNAME% "/>
forgot to take out 255 life ban use this one to kick
-
Thanx Soo Much!!!!!!!!!!!