Can anyone help me with muh banlist. When eversumone joins, even if there non on the banlist it kicks them, and if i delete someone off my banlist, it still kicks them.
Any help wud be much appreciated.
Thanks,
--SpAzZ--
menu menubar {
Banlist
.Open:/run notepad banlist.ini
}
menu nicklist {
Banlist
.Add:var %reason $$?="Reason" | /writeini banlist.ini Banlist $address($1,1) $nick %reason | kick $chan $$1 $reason
.Remove:/remini banlist.ini banlist %reason $address($$1,1)
.Edit Ini:/run notepad banlist.ini
}
on *:join:#:{
if ($me isop $chan) {
$readini(banlist.ini, n, Banlist, $address($nick,1)) {
access $chan add deny $address($nick,1)
kick $chan $nick 4,1.:.Twiztid v3.:.Banlist.:.
}
}
}