Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Jane
« on: February 08, 2011, 07:09:25 am »

Code: [Select]
on 1:Ban:#: { if ($banmask iswm $address($me,5)) { .cs unban $chan } }
 
on *:BAN:#: {
  if ($me isop $chan) {
    if ($banmask iswm $address($me,5)) {
      inc %kcount
      mode # -b $banmask
      kick $chan $nick Nice try Jack@$$ - Noobs Pwnt: ( %kcount )
      ban $chan $nick 3
    }
  }
}