Auto rejoin on kick

By Joel-Kun on Jun 08, 2008

I just had to come up with something easy to post, considering I haven't in a while. I searched this and I didn't find a good result, so I made one of my own. I know it's small, but it works. Yes I know the option exists already on there, but this one provides more info :|

on *:kick:#:{
if ($knick == $me) { join # | inc %kick | echo -a I've been kicked %kick times :P }
}

Comments

Sign in to comment.
pwnisher3   -  Aug 17, 2008

dude i didn't know that mIRC had that built in i feel like a missed a memo now well anyway your is useless and so is mine but here is a simpler version

on 1:kick:#:/join #

that is as simple as it gets

 Respond  
AlexHopper   -  Aug 01, 2008

cool

 Respond  
xplo   -  Jun 09, 2008

LOL ... completely useless script

 Respond  
Viper01   -  Jun 09, 2008

gotta agree with the majority, mIRC has a built in function of this.

but still, you\'re on your way.

Off-Topic: http://www.hawkee.com/phpBB2/viewtopic.php?t=17732 =)

 Respond  
vaseline28   -  Jun 08, 2008

There is an option for this, but good work!
The \"set %join $chan\" is unnecessary, as is the \"unset %join\", you could get rid of that and replace with:
if ($knick == $me) join $chan

 Respond  
F*U*R*B*Y*   -  Jun 08, 2008

on *:KICK:#: if ($knick == $me) join $chan

 Respond  
EL   -  Jun 08, 2008

Haha i did i got a screen shot of it to:p an yes hes trying and maybe he should add a simple kick counter for how many time shes been kicked or kicked by that op or the channel.`-.-´

 Respond  
HoNdAx707   -  Jun 08, 2008

EL has 666 comments.
you coulda took out the set %join


on *:kick:#: { 
  if ($knick == $me) { 
    join $chan
  }
} 

hes trying though! ;p

 Respond  
EL   -  Jun 08, 2008

Lawl we know its true but it\'s funny as well captain O :P

 Respond  
Jonesy44   -  Jun 08, 2008

What? It\'s true!

 Respond  
Eugenio   -  Jun 08, 2008

lmfao

 Respond  
EL   -  Jun 08, 2008

ROFL@Jonesy44

 Respond  
Jonesy44   -  Jun 08, 2008

-> Options -> IRC -> Rejoin on kick

:P

 Respond  
^Neptune   -  Jun 08, 2008

Missing an end bracket.
Also, mIRC has this function built in.. Options -> IRC.

 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.