Mass Invite

By TriNetLabs on Feb 11, 2010

It's small. It uses a while loop. It's simplistic. If you have any questions, you should read the mIRC help with /help

Note:

I made this because I didn't see very many mass invite scripts on Hawkee. The syntax is very simple, and to reduce redundancy, I'll make you all read the script instead of saying how to do it here.

-Made by Simplicity

;Just type /massinvite #target #where
;Example: /massinvite #Chan1 #chan2 will mass invite #chan1 to #chan2.

alias massinvite {
  var %x $nick($1,0)
  while (%x) {
    invite $nick($1,%x) $2
    dec %x
  }
}

Comments

Sign in to comment.
Blubble   -  Mar 02, 2010

This is stupid.

 Respond  
TriNetLabs   -  Feb 20, 2010

I would be, napa182, but I'm desperate for users on my network, not in a channel, lmao.

 Respond  
napa182   -  Feb 20, 2010

lol @ mass invites. sounds like someone is desperate for users.
jk

 Respond  
TriNetLabs   -  Feb 20, 2010

Lol i love how your so quick to say its not ripped, its obvious if its ripped or not. although you credited simplicity for making it? :|

I AM Simplicity. This account is an account for the web-hosting company I help with. When we submit scripts, we credit the one who made it, as to reduce confusion. However, I am not the Simplicity on here.

 Respond  
D2K7   -  Feb 12, 2010

LOL Jethro_

 Respond  
Jethro   -  Feb 12, 2010

You should exclude ops from being invited:> invite $nick($1,%x,r)Or you risk yourself to get killed:

on @*:INVITE:#:kill $nick thanks for the invitation! You've been owned.

But still, ops can disguise themselves as regular users. :p Yup, there're some "killing-happy" ops out there...

 Respond  
zamzam   -  Feb 12, 2010

no matter is he a ripper or not , the most important was this can be usefull to all irc lover especially newbie like me . Thank to u bro , keep going .

 Respond  
Sorasyn   -  Feb 12, 2010

Lol i love how your so quick to say its not ripped, its obvious if its ripped or not. although you credited simplicity for making it? :|

 Respond  
sunslayer   -  Feb 11, 2010

what exactly is your definition of "very many"> I made this because I didn't see very many mass invite scripts on Hawkee. http://www.hawkee.com/snippets/?search_query=mass+invite> Code Snippets
(106) and if there are only so many different ways of doing something, to the point that u need to say u didnt rip why keep posting the same snippet?

 Respond  
Pkxpkz   -  Feb 11, 2010

Looks good, i like it, thanks.

 Respond  
TriNetLabs   -  Feb 11, 2010

Whoo. Posted. Well, any feedback? Oh, and if anyone says I ripped, you can just shoo. I'll delete all comments stating that, because there are only so many ways to make a mass invite.

 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.