1
2
3
4
5
6
7
|
on *:text:*:#:{
if ($mid($1-,1,$len(% [ $+ [ $fulladdress ] ])) == % [ $+ [ $fulladdress ] ]) {
inc -u2 %repeat. $+ $fulladdress
if (%repeat. [ $+ [ $fulladdress ] ] == 3) { kick $chan $nick repeating 3 lines in 2 seconds out }
}
else { set % $+ $fulladdress $1- }
} |