xbox_gamer1 commented on a Page, kick ban badword  -  Jan 30, 2012

Here with the reason on it

on @*:text:*:#: {
  ;Start Insert
  if ($nick !isop #) {
    var %SayKick = babi,butuh,kimak,lancau,puki,burit,kote,cipap,fuck

    ;Kick words on the line above this line

    var %SayKickCount = 0
    while ($gettok(%SayKick,0,44) > %SayKickCount) {
      inc %SayKickCount
      if ($gettok(%SayKick,%SayKickCount,44) isin $strip($1-)) {
        var %SayKickHit = Yes
      }
    }
    if (%SayKickHit == Yes) {
      kick # $2 | /mode # -b $2
 .msg $chan $nick your message has been removed!
}
} 
  ;End Insert
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.