Ok, the ban works fine... But the user stays in the channel.
Well, i'm not going ² mess with the code now, could u create it that it also kicks the user? Cuz that script doesn't kick the user's nick... It's trying to kick the "address" but u can't kick an address...
(*!*fish@go.moo.oh.yes.they.do is not online!)
That's why my bot tried to kick, but u can only kick $nick's & no $address's ...
on admin:TEXT:.1day-ban*:#: {
ban -ku86400 $chan $address($2,1) ¬ Banned for 1 day ¬
}
on admin:TEXT:.1week-ban*:#: {
ban -ku604800 $chan $address($2,1) ¬ Banned for 1 week ¬
}
This is what i putted in my remotes... & it does unban the host after 1day or week, right? ... (kick aint working)