on *:INVITE: join + message V 2.0

By Phil_FW on Aug 10, 2010

Just a simple on invite script that has you join the channel ur invited to then makes u hug the person who invited u and thank then. ENJOY!

Updates:
Switch added

#jjoin off
on !*:INVITE:#:{
  amsg I have been summoned! {{amsg}}  
  .timer 1 2 join $chan
  .timer 1 4 describe $chan hugs $nick
  .timer 1 5 msg $chan Thank you $nick for inviting me
}
#jjoin end
menu channel {
  .. --Join on invite--
  .Switch {
    $+($iif($group(#jjoin) != off,.dis,.en),able) #jjoin
    echo -a Join on invite $+($replace($group(#jjoin),on,Ac,off,Deac),tivated.)
  }
}

Comments

Sign in to comment.
Jethro   -  Aug 19, 2010

You know, all the invite scripts as such is your easy ticket to being banned. lol Some ops are hard-core, ban happy.

 Respond  
napa182   -  Aug 18, 2010

why amsg? thats a good way of getting banned from other rooms thats not ur's
/.timerinvite 20 1 invite phil24 #blah
=/

 Respond  
Phil_FW   -  Aug 10, 2010

im not familiar with tokensize yet.. im kind of a n00b lol when it comes 2 mIRC scripting :P

 Respond  
Jethro   -  Aug 10, 2010

A little inventive using tokenize:

on *:invite:#:{
  amsg I have been summoned! {{amsg}} 
  tokenize 5 2 join $!chan 4 describe $!chan hugs $nick 5 msg $!chan thank you $nick for inviting me 
  .timer 1 $*
}
 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.