Address Recorder V.2

By Romeo on Jul 26, 2006

This Records a Persons Address and When They Join a Channel It will tell You the Nick That You Put is the person. Great Way To remember people change their nicks and not tell people.

Put this in Popups, NickList
Recorder
. $$address($$1,2) :{ Set %Nicks $?="Nick You wana Put?" | Set %AddressRecorder $readini(AddressRecorder.ini,$$address($$1,2),nicks) | writeini AddressRecorder.ini $$address($$1,2) nicks %Nicks %NickRecorder | Echo $$1 Has Been Added To The Recorder }
.On:Set %Address on | Echo Address Recorder Is Now On.
.Off:Set %Address off | Echo Address Recorder Is Now Off.

Put this in Remotes:
on *:join:#:{
  if (%Address == off) { halt }
  if ($nick == $me) { halt }
  if ($nick isin $readini(AddressRecorder.ini,$$address($nick,2),nicks)) { halt }
  if ($readini(AddressRecorder.ini,$$address($nick,2),nicks) != $null) {
    Echo $nick also Known as $readini(AddressRecorder.ini,$$address($nick,2),nicks)
  }
}

Comments

Sign in to comment.
Romeo   -  Jul 31, 2006

Why do you have to record a Bunch of Nicks? The Point is when the person joins the channel with a new nick that your not familiar with, It can tell you who the person is when he or she joins the channel.

 Respond  
Noutrious   -  Jul 28, 2006

on *:join:#:{
if (%address == on) {
.var %nick = $nick
.var %nicks = $readini(AddressRecorder.ini,$$address($nick,2),nicks)
.var %nicks = $addtok(%nicks,%nick,44)
.writeini AddressRecorder.ini $address($nick,2) nicks %nicks
}
}

havent tested, but may work, at least you know the idea..

 Respond  
Romeo   -  Jul 27, 2006

... How can it be done automatical?

 Respond  
Noutrious   -  Jul 27, 2006

P.S. AddressRecorder $+ .ini - wtf? just AddressRecorder.ini, $+ you use for two aliases (to put together) or aliases and text (to put together) for example: $fulladdress $+ $me

 Respond  
Noutrious   -  Jul 27, 2006

sorry, but coding is lame and the script is lame. The recording could be automatical and Put this in Popups, NickList should start with ; to don`t damage the script.
1/10

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.