Address v1.0
Platform: mIRC
Published Jul 15, 2005
Updated Sep 04, 2008
This finds someones address and records it in an ini file. Once i get it fully running im adding another command to type sumthin else and see all the current addresses u have saved
alias address {
echo The Address of $1 is: $address
writeini addresses.ini nick-address $1 $address($1,2)
}