kick revenge

By Chase on May 26, 2007

it works 4 me i made this snippit what yall think? Cant see me helped me thank ya

on 1:kick:#: {
if ($knick == $me)
join $chan
%kicker = $nick
}
}

on *:JOIN:*:#: {
if (me isop $me) {
mode $chan +b %kicker
}
}

Comments

Sign in to comment.
Blitzjager   -  Dec 06, 2008

Both fire's script and the original are missing brackets.
And fire you didn't set %kicker.

 Respond  
fire_wizard1   -  Dec 06, 2008

wait a second, i remember this script, i made one a while ago thats almost just like it, but you changed it you f%cker

 Respond  
fire_wizard1   -  Dec 06, 2008

you could of made this script much smaller
on 1:kick:#: {
if ($knick == $me)
if (me isop $me) {
if { %kicker = $nick {
join $chan
mode $chan +b %kicker
}
}

 Respond  
Dizzlenub   -  Jul 20, 2007

No, that doesnt work either.

 Respond  
Dizzlenub   -  Jul 20, 2007

Try this, buddy.

on *:kick:#: {
if ($knick == $me) {
set %revenge 0
set %kicker $nick
join $chan
kick $nick Nice try. [[Revenge Kicker]]
}
}

on *:join:#: {
if (%revenge == 4) {
unset %revenge
unset %kicker
}
elseif ($nick == %kicker) {
inc %revenge +1
kick $chan $nick Buh-bye. [[Revenge Kicker]]
}
}

 Respond  
HeLL_MasTeR   -  Jun 15, 2007

hehe..good try chase!!! but i tell this will not work!!!..

 Respond  
HeLL_MasTeR   -  Jun 15, 2007

hehe..good try chase!!! but i tell this will not work!!!..

 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.