egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Simple invite Script

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
HelloWorld
Voice


Joined: 20 May 2008
Posts: 1

PostPosted: Tue May 20, 2008 6:54 am    Post subject: Simple invite Script Reply with quote

Hi @all
Iam searching for a simple Invite Script.


I would like if someone in a channel! Invite writes that the bot him in #chan1 #chan2 and #chan3 invitete.
!invite
eggdrop invitet user in the channels.
Have something times but I had lost Forum Search and Google search took me only to be piling script with extra things that I do not need.

Hope someone can help me

Sorry for my bad English

Thank you
Back to top
View user's profile Send private message
Papillon
Owner


Joined: 15 Feb 2002
Posts: 724
Location: *.no

PostPosted: Tue May 20, 2008 7:09 am    Post subject: Reply with quote

It is hard to understand what it is you want, but I think it is something like this:
Code:
set channels_to_inv "#chan1 #chan2 #chan3"
bin pub - !invite do_simple_invite
proc do_simple_invite {nick host hand chan text} {
   foreach {c} [split $::channels_to_inv] {
      putserv "INVITE $nick $c"
   }
}

This will invite everyone that type !invite in any of your channels to invite them to all the channels listed in channels_to_inv. Not recomended but you asked for it.
_________________
Elen sila lúmenn' omentielvo
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber