I know that you can remove bans against you automatically with the script
Code:
on *:ban:#:{ if ($banmask iswm $address($me,5)) { cs unban # }


Is there a way to modify it so instead of "cs unban #" it goes "mode # -b $me"

I have it set where that works, but on the network that i use, there are 5 ban types, so every time it unbans me, it tries to do all 5, and 4 of them don't work. Eventually, I get disconnected for flooding because i receive the message that 'On is an unknown command' I am fairly sure that it's because I have 5 bantypes it tries to remove. Is there a way I can configure the script so it recognize the different ban types and only try to remove that one? All help is appreciated and thanks in advance!