mIRC Homepage
Posted By: DjJax bad word kick - 13/09/06 03:52 PM
on 1:text:*:#: {
set %palabras $gettok($1,1,32)
if %palabras iswm $1- { .mode # +b $nick | kick # $nick has dicho $1- }
}

set %palabras fool mother boobs

doesnt works , can you helpme

thnx
Posted By: SCNDRL Re: bad word kick - 13/09/06 04:26 PM
Code:
on *:text:*:#: {
var %i 1
while %i <= $numtok(%palabras,32) {
if ($gettok(%palabras,%i,32) isin $strip($1-)) { ban -k $nick has dicho $1- | return }
inc %i
}
}


UNTESTED
© mIRC Discussion Forums