Hi,
i've been using the following Profile Check in my msn group but a few days ago, it stopped working and instead of giving profile request, it gives requester's profile.
here is the code i use :
on ^*:TEXT:!profil*:*: {
set %pflshw $true
set %tnick $nick
prop $2 PUID
}
raw 818:*: {
if ($3 == PUID) && (%pflshw) {
notice %tnick Pour consulter le profil de $msn.decode($2) $+ , clique ici : http://members.msn.com/?mpp= $+ $4-
%msnc.stoppropend = $true
unset %pflshw
haltdef
}
}
any idea how to fix it and to make it work again ?
thank you ![]()