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
A TG007 community discussion started by AbsoluteEric.
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
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
.
'<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.
Sign in to reply or start a new topic where your account has permission.