RussellReal commented on a Page, See masks  -  Jan 13, 2007

hey umm, sorry but the script is pretty redundant, this script could be at MOST like 30 lines, as a matter of fact here I just made one:

menu channel,nicklist {
get da masks:getemya $network $active
}
alias getemya {
if (!$window(@assresses)) window -a @addresses
else clear @addresses
var %a = 0
while (%a < $nick($2,0)) {
inc %a
var %c = 0
while (%c <= 9) {
aline @addresses $+($nick($2,%a),:) addressType: %c Address: $address($nick($2,%a),%c)
inc %c
}
}
}

 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.