Code:
 
on @*:ban:#: {
  if ( $nick == $me ) {
    var %outvar, %i = 1, %j = $ialchan($banmask,$chan,0)
    while ( %i <= %j ) {
      %outvar = %outvar $gettok($ialchan($banmask,$chan,%i),1,33)
      inc %i
    }
    echo $color(info2) -tr $chan *** Banned: %outvar
  }
}
 


I created this though it wouldn't have been too hard to implement from the Clone code


Code:
//if ( khaled isgod ) echo yes | else echo no