i got another one to
i want to have it so i can type
!akick <nick> <address to ban> <reason>
i have the seting the variable done just not the kicking part
i have
on *:join:#name: {
if (%akick [ $+ [ $nick ] ]) {
mode +b $$3
/kick $chan $$1 $$4- }
}