Originally Posted By: sner
Can anyone assist me regarding this code..
-------------------------
on 1*:unban:#thunder: {
if (*!*@what.* iswm -b $banmask) || (*!*@why.* iswm -b $banmask) || (*!*@who.* iswm -b $banmask) {
mode #thunder +b $banmask
}
}
-------------------------
if i will unban these following host/ip all together
( MYNICK sets mode: -b *!*@.what* *!*@.why* *!*@who.* )

then..
my script will ban one by one, like this.
MYNICK sets mode: +b *!*@.what*
MYNICK sets mode: +b *!*@.why*
MYNICK sets mode: +b *!*@who.*

is there any possible way that can set ban mode all at once? =)
like this..
( MYNICK sets mode: +b *!*@.what* *!*@.why* *!*@who.* )


Code:
 using /mode #Channel +bbb *!*@.what* *!*@.why* *!*@who.* 
should do the trick. Just take a look at /help on UNBAN.