Recently, I was in here asking for help and I got it.
The code I requested was this.
on *:JOIN:#:{
if ($readini(userpics.ini,Users,$nick)) {
msg $chan $nick 's PICTURE Click below 
(p): $readini(userpics.ini,Users,$nick)
}
}
menu nicklist {
ADD PICTURE
.Add picture :/writeini -n userpics.ini users $1 http://home.cogeco.ca/~theplaypen/userpics/ $+ $msn.tohex($1) $+ .jpg
.Delete Picture :/remini userpics.ini users $1
-
}
alias msn.tohex {
var %l 1, %r
while (%l <= $len($1-)) {
%r = %r $+ $base($asc($mid($1-,%l,1)),10,16,2)
inc %l
}
return %r
}
I wonder (by the way, you think I can recall the member that was nice enuff to do this for me?..nooooo cus I am stupid that's why) if someone can code this to read the profile link when someone types this in the main room?
!pic <Members name>
Forgive me for being so lax as to not recall the helpful member.