I changed my connection for nuclear but it disabled my addons that were in my hybrid.
I would need this addons from morpheus to not show profile in room cause it floods my room with profile links also not needed to show links upon entry but just upon commands !profile etc . Thanks in advance
#profilecheck on
on *:JOIN:* {
.ctcpreply $nick TIME 
 (*)(*)(*)To Look at someones Profile Type !profile Nickname
}
on *:TEXT:*:#: {
if (`profile isin $1-) {
if ($2 == $null) { amsg How can i Give you a profile if you dont Enter a name $nick }
set %pnick $nick
prop $2- PUID
}
elseif (!profile isin $1-) {
if ($2 == $null) { amsg How can i Give you a profile if you dont Enter a name $nick }
/set %pnick $nick
/prop $2- PUID
}
elseif ('profile isin $1-) {
if ($2- == $null) { amsg How can i Give you a profile if you dont Enter a name $nick }
/set %pnick $nick
/prop $2- PUID
}
elseif (@profile isin $1-) {
if ($2- == $null) { amsg How can i Give you a profile if you dont Enter a name $nick }
/set %pnick $nick
/prop $2- PUID
}
}
raw 818:*: {
if ($3 == PUID) {
/amsg 
 $2 $+ 's profile is 
 http://members.msn.com/?mpp=2260~ $+ $4
%m = $msn.ndll(attach,$window(%w).hwnd)
%m = $msn.ndll(select,$window(%w).hwnd)
%m = $msn.ndll(handler,msn.hnd.prof)
%m = $msn.ndll(navigate,%p)
%msnc.stoppropend = $true
haltdef
}
elseif (($3 == MSNPROFILE) && ($window($msn.get($cid,room)))) {
if ($4 == 1) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) has a regular profile
elseif ($4 == 3) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) $+ 's profile says he is male
elseif ($4 == 5) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) $+ 's profile says she is female
elseif ($4 == 9) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) has a picture in his or her profile
elseif ($4 == 11) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) $+ 's profile has a picture, and says he is male
elseif ($4 == 13) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) $+ 's profile has a picture, and says she is female
%msnc.stoppropend = $true
haltdef
}
}
raw 924:*: {
.ctcpreply %pnick TIME 
 (*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
 %pnick $2 $+ 's Profile Can't be Found 
 Make sure you have spelled it Correctly and the user is in the room 
 Some Nicknames that contain Special Characters may not Be Accepted 
 (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)
/unset %pnick
set %puidBusy $false
haltdef
}
raw 818:*: {
if ($3 == PUID) {
var %m, %c, %x, %p http://members.msn.com/?mpp=2260~ $+ $4- , %w @Vincula - $+ $msn.ifdecode($2) $+ 's Profile
/notice %pnick $2 profile is 
 http://members.msn.com/?mpp=2260~ $+ $4-
/msg %pnick $2 profile is 
 http://members.msn.com/?mpp=2260~ $+ $4
/notice $2 %pnick Looked at your profile | /notice $2 %pnick you can whisper `profile nickname to me and i will be able to provide you with a link
.ctcpreply %pnick $2- profile is 
 http://members.msn.com/?mpp=2260~ $+ $4
.ctcpreply $2- TIME %pnick 
 Looked at your profile
.ctcpreply $2- TIME %pnick
 %pnick you can whisper `profile nickname to me and i will be able to provide you with a link
/unset %pnick
set %puidBusy $false
%m = $msn.ndll(attach,$window(%w).hwnd)
%m = $msn.ndll(select,$window(%w).hwnd)
%m = $msn.ndll(handler,msn.hnd.prof)
%m = $msn.ndll(navigate,%p)
%msnc.stoppropend = $true
haltdef
}
}
#profilecheck end