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.

Advanced Greet script that remembers users

Old posts that have not been replied to for several years.
Locked
3
3zzy
Halfop
Posts: 42
Joined: Sun Sep 14, 2003 6:58 am

Advanced Greet script that remembers users

Post by 3zzy »

Is there a script out there that:

1. When a user joins a channel, bot reads rules to it via notice
2. Remembers the user by it's host
3. Stores the information about the users it already has read the rules to

So that I don't end up with bot reading channel rules over and over again to the same people
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

You will need a join, a read and a write in a file proc. Do a lil forum search and you'll have this stuff in no time. Also, check the tcl-commands.doc file for the help on the join proc, for the rest use the forum Search button for "open"..
Once the game is over, the king and the pawn go back in the same box.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

it can also be done by adding the users host to a specific handle which has a specific flags that mean that the user had been noticed with the rules before.

read tcl-commands.doc as caesar suggested.
Locked