This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

invite script (the never ending story...)

Old posts that have not been replied to for several years.
Locked
W
WhatsUp

invite script (the never ending story...)

Post by WhatsUp »

I have found an invite script by Dreamer which reads user/password from a file. Its a simple script easy to understand and modify (have removed the add function), perfect for me which is new to tcl and eggdrop. It works greate.

Now Im I looking for the script which asks to be invited. :) I have search in the form and on the net fro som days but nor found any. When its a simple script, I thought I should found many of them but, no. It exists of course in the more advanced script, but I want something simple.

It should just have a timer (5-10 minutues) and every event it should check if its in the channel and if not, ask bots (running Dreamers script)for invite. It should be able to ask serveral bots with a dealy of 10-20 seconds if it not gest invited by the first. Looks very basic for me if you know tcl and eggdrop...(which Im not)

So my question does it exists or do anyone have any hints how to do it?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

You haven't mentioned from who it will ask for an invite? How do expect to tell you some tips or even sugest you a tcl if we dont know that? We are not mind readers.. :P
Once the game is over, the king and the pawn go back in the same box.
W
WhatsUp

Post by WhatsUp »

The script should ask a bot which is running dreamers invite script. e.g. /msg !invite bot <user> <password>. It works fine if I add it the channel file but there I only can add one invite req. e.g .chanset #XX need-invite putserv "PRIVMSG XXBOT :!invite <user> <password>" I want it to ask more bots for invite if the primary is down.

I have never got it top work in the .conf file for some reason.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Then see in the tcl-commands.doc file the bind need and do yourself a tcl with wich you will do some tests to see if *primary* is down or whatever and ask from another one.
Once the game is over, the king and the pawn go back in the same box.
Locked