19-03-2012, 11:58 AM
Okay try this one it might be better no allow list just enable and disable for the specify channel u want
Code:
alias -l add {
goto $prop
:allow | return $addtok(%allow,#,44)
:dis | return $remtok(%allow,#,1,44)
}
on @*:ban:%allow:{
var %i = 1
while ($ialchan($banmask,#,%i).nick) {
if ($v1 != $me) {
kick # $v1 4 Floodbot.
}
inc %i
}
}
menu channel {
Auto Kick
.Enabled {
set %allow $add(#).allow
echo 4 -at * # 7has been Enabled!
}
.Disabled {
set %allow $add(#).dis
echo 4 -at * # 7has been Disabled!
}
}You don't have to win every argument. Agree to disagree.

