Ok this works but it kicks people who type long sentence's rather than someone using a long text like a flooder i seen that did lololololololololololololololololololololololol. I hate to have it kick the wrong people what did i do wrong ![]()
on @!*:text:*:#:{
;LongText
if ($readini($settings(chanoptions.txt),$iif($ini($settings(chanoptions.txt),#,0) != 0,#,Default),LongText)) {
if ( $me isop # ) {
var %length = $len($1-)
if ( %length > 15 ) {
/access $chan add deny $+(*!*, $Ial($nick).addr) 1 :Long-Text
/kick # $nick No Long Text One min Ban
}
}
}
}