by Apexi » Fri Mar 26, 2010 4:06 am
Thanks for a fast answer.
Is it possible to adjust the ban type through the script editor? It's very important for me when the channel is full with members.
I guess it's this line i should edit, but were and how?
kb { if (($me ison $1) && ($2 != $null)) || (($me ison $active) && ($1 != $null)) { if ($address($iif($me ison $1,$2,$1),5) == $null) { mode $iif($me ison $1,$1,$active) -o+b $iif($me ison $1,$2,$1) $iif($me ison $1,$2,$1) $+ !*@* | kick $iif($me ison $1,$1,$active) $iif($me ison $1,$2-,$1-) } | else { mode $iif($me ison $1,$1,$active) -o+b $iif($me ison $1,$2,$1) $address($iif($me ison $1,$2,$1),2) | kick $iif($me ison $1,$1,$active) $iif($me ison $1,$2-,$1-) } } | else { error Usage: /kb [#channel] <nick> [message] } }