Skip to content
MSN

Check Profiles in Room

A TG007 community discussion started by sunnylove.

Discussion 5 posts
Page 1 of 1
Open
Topic #5463 · 5 published posts · 574 views

I'd like to be able to check profiles in my chat room. I have the latest kenobi but i can't figure out how to get it to look up profiles on command. I'm new to all this so if you could tell me how to enable that feature or if i need a code and where to put it, that would be great. Thanks a bunch.

 

I'd like for myself or my chatters to be able to type something like !profile nickname and get a link to pop up in the room for the profile.

adding the profile check means editing the connection

I may do another update of kenobi with a few things in , like the profile check , but i am a little busy at moment

My code does NOT have bugs. It just develops random features.

#Profilecommand On 
on *:TEXT:@Profile *:*:{ 
 set %pflshw $true 
 set %pronick $nick 
 set -u15 %nowhisp $true 
 var %i 1 
 while (%i <= $nick($comchan($nick,1),0)) { 
   if ($2 isin $nick($comchan($nick,1),%i)) { prop $nick($comchan($nick,1),%i) PUID | return } 
   inc %i 
 } 
 .notice $nick Cannot find " $+ $2 $+ " in the room, please make sure you have the nickname exactly how it appears in the room. 
 unset %pflshw 
} 
raw 818:*:{ 
 if ($3 == PUID) && (%pflshw) { 
   if (%DoingScan. [ $+ [ $2 ] ]) halt 
   .notice %pronick $2 $+ 's Profile link = [url="http://members.msn.com/default.msnw?mpp"]http://members.msn.com/default.msnw?mpp[/url]= $+ $4-  %kr | dec %i 
   %msnc.stoppropend = $true 
   unset %pflshw 
   timerclose 1 5 close -@ *Vincula* 
   haltdef 
 } 
} 
ctcp *:ERR*:*: { 
 if ($2 == NOUSERWHISPER) && (%nowhisp) { 
   msg $comchan($nick,1) $nick $+ , please enable your whispers to view profiles by going here ~~~~~~~~> [url="http://chat.msn.com/_chatroom_options.msnw"]http://chat.msn.com/_chatroom_options.msnw[/url]  :D 
   unset %pflshw 
   unset %nowhisp 
 } 
} 
#Profilecommand end

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

#Profilecommand On 
on *:TEXT:@Profile *:*:{ 
 set %pflshw $true 
 set %pronick $nick 
 set -u15 %nowhisp $true 
 var %i 1 
 while (%i <= $nick($comchan($nick,1),0)) { 
   if ($2 isin $nick($comchan($nick,1),%i)) { prop $nick($comchan($nick,1),%i) PUID | return } 
   inc %i 
 } 
 .notice $nick Cannot find " $+ $2 $+ " in the room, please make sure you have the nickname exactly how it appears in the room. 
 unset %pflshw 
} 
raw 818:*:{ 
 if ($3 == PUID) && (%pflshw) { 
   if (%DoingScan. [ $+ [ $2 ] ]) halt 
   .notice %pronick $2 $+ 's Profile link = [url="http://members.msn.com/default.msnw?mpp"]http://members.msn.com/default.msnw?mpp[/url]= $+ $4-  %kr | dec %i 
   %msnc.stoppropend = $true 
   unset %pflshw 
   timerclose 1 5 close -@ *Vincula* 
   haltdef 
 } 
} 
ctcp *:ERR*:*: { 
 if ($2 == NOUSERWHISPER) && (%nowhisp) { 
   msg $comchan($nick,1) $nick $+ , please enable your whispers to view profiles by going here ~~~~~~~~> [url="http://chat.msn.com/_chatroom_options.msnw"]http://chat.msn.com/_chatroom_options.msnw[/url]  :D 
   unset %pflshw 
   unset %nowhisp 
 } 
} 
#Profilecommand end

 

Thanks. Now where do I put that? lol. (very new)

adding the profile check means editing the connection

I may do another update of kenobi with a few things in , like the profile check , but i am a little busy at moment

 

What can I say ozzy .. that would be a great help if you did that :D .. will keep looking :lolwave: