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 with editable greet

Old posts that have not been replied to for several years.
Locked
D
Dearborn

Invite script with editable greet

Post by Dearborn »

I've seen that on a channel but can't figure out how to do this since I don't know crap about tcl :roll:

Well I don't know how to explain that so lemme try this :

when I do : /msg botnick invite UID pw
the bot invites me to #channel if I match its user database.

That is simple I think... now let's go on :

When I'm on the channel, if I do : !info
The bot gives my UID infoline on channel

If I do : !info blablabla
The bot records "blablabla" as my new infoline

I think that is mainly reproduicing the .info command publicaly

Now I want the bot to add a UID to its database and notice the user with UID as his nickname to choose a password when I do : !invite UID

I *think* that should be easy too.. for tcl coders, wich I am not :wink:

Now ( yes there is more.. sorry for that :oops: ) I would like the script to make the bot display, in a single line on the channel :

the UID of a specified user
count of joins of that same user
UID of the user that invited him

like this : specified_UID, X joins, Invited by inviter_UID

That last line would be called by : !whois specifiedUID

----------------

That should do it... I honestly don't know if I'm asking for a pain-in-the-ass job, but just lemme know guys, I'd really enjoy havin' this
D
Dearborn

Post by Dearborn »

And a !uninvite command would also be appreciated ;)

And... just thought about this, only channel masters should be able to invite people ;)
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

There are a number of scripts that have already been written that could easily be suited to your needs, like this one, for example. :wink:

EDIT: Forgot the damn = in the url :wink:
Locked