Skip to content
MSN Addons

profile viewer command

A TG007 community discussion started by AbsoluteEric.

Discussion 5 posts
Page 1 of 1
Open
Topic #6934 · 5 published posts · 1,431 views

I just switch connection from vincula to Dcpublic but my hybrid cannot respond no more to !profile command .

Anyone has a solution for me please.

Id need a quick command for people to see the profile in groups easily.

Thank y'all

what's the code you use? Also, make sure "show user colors" under "room options" in the setup dialog is not selected, otherwise this will cause problems.

Im using the basic hybrid !profile command that comes with the script.

i had it turned on but still not able to see profile from the group room

Groups doesnt have profiles ... try this ..

on *:TEXT:!gprofile*:*:{
 if ($nick !isowner $chan) { halt }
 elseif ($nick !isop $chan) { halt }
 else  { set -u20 %nick $nick | $message Member info for $2 :
 http://groups.msn.com/ $+ $remove($chan,G_,$chr(37),$chr(35)) $+ /profile?user= $+ $url.encode($2) $+ $chr(37) $+ E2%9C%93 } 
}
alias url.encode {
 var %x = 0
 set %encoded
 while (%x < $len($1-)) {
   inc %x
   %w = $mid($1-,%x,1)
   if (%w isalnum) || (%w == .) { %encoded = %encoded $+ %w  }
   else { %encoded = %encoded $+ $chr(37) $+ $base($asc(%w),10,16,2) }
 }
 return %encoded
}

I think once we can pull your nick from this page IPB Image.

 

'<PARAM NAME="NickName" VALUE="">'+

 

With the combination of !profile or even changing the

 

'<PARAM name="ChatMode" value="0">' +

 

Msn like chat possibilities as far as profiles would be endless.