Jump to content

Molson™

Members
  • Posts

    505
  • Joined

  • Last visited

Posts posted by Molson™

  1. the code works both in whispers and main screen. if the user has their whispers off they wont see it. If Ozzy read this thread he can maybe help you with the problem cause it is script and i dont use kenboi.

  2. #profilecheck on 
    on *:TEXT:!Profile*:*:{ 
     if ($2 ison $comchan($nick,1)) { 
       set %pflshw $true 
       set -u15 %nowhisp $true 
       set %pronick $nick 
       PROP $2 PUID
     } 
     else { 
       .notice $nick Cannot find " $+ $2 $+ " in the room, please make sure you have the nickname exactly how it appears in the room. 
     } 
    } 
    raw 818:*: { 
     if ($3 == PUID) && (%prfoj) { 
       $opmsgprf 
       %msnc.stoppropend = $true 
       timerclose 1 5 close -@ *Vincula* 
       haltdef 
     } 
     if ($3 == PUID) && (%pflshw) { 
       .notice %pronick $2 $+ 's Profile link = http://members.msn.com/default.msnw?mpp= $+ $4- 
       %msnc.stoppropend = $true 
       timerclose 1 5 close -@ *Vincula* 
       closemsg %pronick
       unset %pflshw 
       unset %pronick 
       haltdef 
     } 
    }
    
    
    ctcp *:ERR*:*: { 
     if ($2 == NOUSERWHISPER) && (%nowhisp) { 
       msg $comchan($nick,1) $nick $+ , please enable your whispers to view profiles :D
       unset %pflshw 
       unset %nowhisp 
     } 
    } 
    
    #profilecheck end

     

    ;By Rümßäär http://www.rumbaar.vze.com

     

×
×
  • Create New...