I don't know, hmm... It's for some big channels & the bot has to unban the (same) address after 1day or week, ... Well, actually it aint using timers now? So, it's not needed to stop a timer... Well, this is what i've got now:
on admin:TEXT:.1day-ban*:#: {
mode # +b $address($2-,1)
kick # $2- ¬ Banned for 1 day ¬
ban -u86400 # $address($2-,1)
}
on admin:TEXT:.1week-ban*:#: {
mode # +b $address($2-,1)
kick # $2- ¬ Banned for 1 week ¬
ban -u604800 mode # $address($2-,1)
}