kick protection

By LucSatise on Oct 05, 2007

This works if an op kicks u while ur op or sop.

Post in remotes

on *:kick:#: { 
  if ($knick == $me) {
    /cs invite $chan $me 
    /cs akick $chan view
    /cs unban $chan $me 
    /cs akick $chan clear
    /timer 1 1 /join $chan 
    /timer 1 1 /kick $chan $nick  Nice try noob 
    timer 1 2 /cs akick $chan add $address($nick,4) lol nice try noob 
  } 
}

Comments

Sign in to comment.
LucSatise   -  Jan 03, 2008

ive tested i know $chan works

 Respond  
Anti   -  Oct 11, 2007

ok what if you dont have access to the chanserv? that might get a little annoying great idea why not just make a simple one like

on *:KICK:#: {
if ($knick == $me) join $kchan
}

and what channel are you joining? you can just join a random channel :)

 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.