Top

Alias tracker (AKA)


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  7.3
Scores Submitted  3
Date Added  Mar 16, 2007
Last Updated  Jul 19, 2008
Tags  channel  hash  nick  track 
  Bookmark and Share

Introduction

Due to the high number of problems people encountered with the updated version of this script, I have deleted that version and reposted the original code. I do plan on bringing the code back to the level of the updated code regarding things like limiting the number of nicks tracked per address, and how/where the information is displayed, but I will be testing the code more thoroughly this time before posting.


Grab the Code

Comments

  (16)  RSS
Noutrious
Comments: 343
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Mar 17, 2007 3:10 am
Nice! I had something like this, just bot version and using ini`s :)
Lindrian
Comments: 748
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Mar 17, 2007 5:51 am
There\'s a few of theese, this one doesnt look as \'advanced\' as the other ones,.
I havent tested this one, but the other ones are a little bigger.

But aint u able to make a few more events? like on kick, quit, disconnect, so it saves all users. Iunno, i saw Darth used that in his. Might be good to use it here too ;)

Anyhow, good job.
Lindrian
Comments: 748
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Mar 17, 2007 6:22 am
Just though of a few stuff, what about making a alias to like /nick_check Nickname
and u get what nicks he used? And a menu, so ur rightclick a nick and check them.
And also, what about making a limit for the nicknames? Cause..

(12:20:36)Soushi AKA test2, test3, Test4, Test5

The list can be made long....

So, what about limiting it to, 5?, when it reaches that, i starts to delete the first one etc. Just, incase someone changes his nickname alot.

but a menu/alias would be perfect <3
RusselB
Comments: 98
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Mar 18, 2007 1:17 pm
The main idea of my code is to track the nicks used by a single person, and let you see what other nick(s) have been used. That being said, events like ON KICK, ON QUIT, etc., are useless. The nicks are tracked in a hash table, so the only time it has to be saved is when the client running the code leaves, which is covered in the ON EXIT and ON DISCONNECT events.

Those other scripts that have been mentioned that are bigger and have more events are usually scripts written for statistics, where you want to have a count of the number of kicks, bans, parts, joins, actions, messages, etc.

Regarding limiting the number of nicks in the list, I can definetely do that.

Watch for an update, probably within the next 24 hours.
Lindrian
Comments: 748
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Mar 18, 2007 3:28 pm
Alright, thanks RusselB.
RusselB
Comments: 98
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Mar 21, 2007 11:58 pm
As I kept working on improving this, I kept thinking of other things I could add to improve it, so the update is taking longer than I thought. It\'s the 22nd now, and I don\'t have any plans for the weekend, so (hopefully) I\'ll be able to get everything done and posted for Monday (that\'s my goal at the moment)
RusselB
Comments: 98
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Mar 27, 2007 12:44 am
An updated version has been submitted to the Add-Ons section.
Currently awaiting a review by someone other than myself.
airfreshner
Comments: 9
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jun 11, 2007 5:53 pm
how do u track the nick on this script?
xDaeMoN
Comments: 696
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jun 11, 2007 6:09 pm
It saves the nick & it\'s address whenever they join or change nick. It will do an echo whenever a nick joins, that is if a previous nick was saved.
Lindrian
Comments: 748
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jun 13, 2007 5:21 am
I love this new version. I edited to my needs, regarding the echo\'s. Since it echos seperatley. Changed that :)

Otherwhize, tereffic work.
Lindrian
Comments: 748
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jun 13, 2007 7:46 am
Typo at:
echo 4 -a $nopath($scipt) will now unload due to compatability issues

$script, not $scipt

And i didnt quite get ur on start event, it wanted to unload, even tho i installed it today....

I dont knnow if im the only one experiencing it
RusselB
Comments: 98
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jun 13, 2007 11:05 am
The on start event has a check built into it to ensure compatability with past/future versions. This version uses a different format for storing the information, which makes it incompatable with previous versions. If you read the pop-up message, and had clicked Yes, then the script would\'ve continued, but any previous nicks/addresses that were stored would\'ve been lost. Clicking No is what causes the script to unload.

BTW: thanks for catching that typo...I\'ll fix the code.
Lindrian
Comments: 748
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jun 14, 2007 2:16 am
Alright. Thanks for clearing that out. Gave you a 8/10, my honest opinion about the script ;). Well done Russel.

And no problem, your welcome ;)
RusselB
Comments: 98
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jul 18, 2008 6:41 pm
People have mentioned that they have had several problems with this code, so I tried to replace it with the original code. However, the software on this forum wouldn\'t allow me to make that large an alteration and forced a new post. Hawkee has been made aware of this situation and has said that he will look into it. If you have trouble with this code, the original can be found at http://www.hawkee.com/snippet/4697/
Hawkee
Comments: 487
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jul 18, 2008 7:24 pm
Russel, I\'ve disabled the part about the massive alteration so you can change it all you\'d like now.
RusselB
Comments: 98
 
mIRC Snippet:  Alias tracker (AKA)
Posted on Jul 19, 2008 3:04 pm
Thanks Hawkee.

Please Register or Login to start posting comments.
Bottom