Originally Posted By: PO3
ok you type !ban 1223445@gate it add gate to txt


Code:
on *:input:#: {
  if (/* !iswm $1) {
    if ($1 == !ban) && ($2) {
      /write bans.txt $gettok($2,2,64)
    }
  }
}


Originally Posted By: PO3
and kick


Unfortunately, you'll have to write an on ban event to while loop who the ban affects then kick.

Originally Posted By: PO3
then when ever that person joins it kicks them back off


Which will be an on join event revenge script which some of us purposely choose to not help.

Best of luck with that.

-Neal.