mIRC Home    About    Download    Register    News    Help

Print Thread
#233721 06/09/11 08:31 PM
Joined: Sep 2011
Posts: 5
G
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Sep 2011
Posts: 5
looking for a script that will log and remember peoples nicks when they enter a channel, something along the lines of displaying every nicknames they have used. i need this as an identifier for my website so the moderators dont have to keep asking every person that enters there age etc. Any help would be very greatful or to be pointed in a direction of where i can find a script that will do this.

Joined: Mar 2004
Posts: 526
Fjord artisan
Offline
Fjord artisan
Joined: Mar 2004
Posts: 526
I have not seen one that will do this. However, you could write one to do it..

use 'on join' to trap the mask of nicknames comming in.

write the users mask and nickname to a .txt file with
/write <filename> [text you captured]

you could then externally use sort to sort the text file created by mask (i would store mask then nick in the file and sort on first xx characters in the file)

then you would have a sorted file to work with...

It could also be done with writeini instead, and make the mask the keyword for the ini write.. this way it would have nicks for each mask by ip address (mask).

It will take some work to do all this, but with the built in /help in mirc, the script can be done...

Good luck.




Help others! It makes the world a better place, Makes you feel good, and makes you Healthy!
Joined: Sep 2011
Posts: 5
G
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Sep 2011
Posts: 5
thanks ill have a go, nothing ventured, nothing gained lol


Link Copied to Clipboard