Thank you, man... If anybody needs a code here it is (thanx to Collective):
Code:
  set %i 0
  :start
  if (%i == $ibl(#,0)) goto end
  inc %i
  kline $gettok($ibl(#,%i),2,33) Klined
  mode # -b $ibl(#,%i)
  goto start
  :end
  echo -s Banning of ban list on channel # is over.

Note: Not tested and not optimized!