protection

By Nitroscript on Mar 07, 2004

put this in ur remote and when u get kciked IF you r a op you will rejoin and kick

;######## kick ########
on *:kick:#: { if ( $knick == $me ) {
     /join #
    /timer 2 1 /kick # $nick kick me pfft
  }
}

Comments

Sign in to comment.
Son_Goku   -  Nov 20, 2005

There\'s two problems in this code, you could use if($isop me $chan) so it knows you\'re an Op, and it could flood you. So when that person comes back in they could kick you again, then you kick them and so forth.

 Respond  
henrikthesexy   -  Jul 12, 2005

you haft to work more about it:)

 Respond  
sailoreagle   -  Mar 07, 2004

Why not put into the script a check to check if you are an op, and only then actually attempt to kick? As it is, it\'ll attempt to kick no matter what...

 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.