Repeat Kick

By Anarchy[MKD] on Jul 26, 2007

Kicks people when they Repeat back on channel

on 1:LOAD: {
  set %repetitionkickmsg TheRe iS no poinT in RepeaTing youRSeLf ! ( RepeatKick By Anarchy )
}
#repeatkick off
on 1:TEXT:*:#:{
  if ($me !isop $chan) { goto exit }
  set %lastparm $nick $1-
  if (%lastline [ $+ [ $chan ] ]  == %lastparm) && (%lastline2 [ $+ [ $chan ] ] == %lastparm) && ($nick !isop $chan) { kick $chan $nick There iS no poinT in RepeaTing youR seLf - RepeatKick By Anarchy  }
  set %lastline2 $+ $chan %lastline [ $+ [ $chan ] ]
  set %lastline $+ $chan $nick $1-
  unset %lastparm
  :exit
}
on 1:ACTION:*:#:{
  if ($me !isop $chan) { goto exit }
  set %lastparm  $nick $1-
  if (%lastline [ $+ [ $chan ] ]  == %lastparm) && (%lastline2 [ $+ [ $chan ] ] == %lastparm) && ($nick !isop $chan) { kick $chan $nick There iS no poinT in RepeaTing youR seLf - RepeatKick By Anarchy }
  set %lastline2 $+ $chan %lastline [ $+ [ $chan ] ]
  set %lastline $+ $chan $nick $1-
  ;    echo -a %lastparm
  unset %lastparm
  :exit
}
#repeatkick end

Comments

Sign in to comment.
xplo   -  Nov 23, 2008
#repeatkick off
#repeatkick end

^^ useless, since we don't have the option to enable/disable it.

 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.