mIRC Home    About    Download    Register    News    Help

Print Thread
#48833 11/09/03 10:05 PM
Joined: Jun 2003
Posts: 77
O
ozyvent Offline OP
Babel fish
OP Offline
Babel fish
O
Joined: Jun 2003
Posts: 77
Code:
 raw *:*:{ 
  if ($numeric == 307) { haltdef | did -o whois 3 5 $snick($active,1) $3- }
  elseif ($numeric == 311) { haltdef | did -o whois 3 1 Host: $3 $+ @ $+ $4 }
  elseif ($numeric == 312) { haltdef | did -o whois 3 3 Server: $3 | did -o whois 3 4 Location: $4 $5 }
  elseif ($numeric == 313) { haltdef | did -o whois 3 6 $snick($active,1) $3- }
  elseif ($numeric == 317) { haltdef }
  elseif ($numeric == 318) { 
    haltdef
    if ( %whois.channels != $+($cid,$2) ) { 
      did -o whois 3 2 $snick($active,1) most likely has the channels s/he is on hidden.
      unset %channels 
    } 
  }
  elseif ($numeric == 319) { haltdef | did -o whois 3 2 Channels: $3- | set %whois.channels $cid $+ $2 }
  else { halt }
} 

This option works, but only for the 'name' line, and channels line if the user has their channels hidden (ie. +p) I'm so close, yet so far to having this complete - I really need this final answer . confused If anyone can help I'd be most appreciative.


.
#48834 12/09/03 11:27 AM
Joined: Jul 2003
Posts: 655
Fjord artisan
Offline
Fjord artisan
Joined: Jul 2003
Posts: 655
Posting a second thread with the same question will not get you any closer to an answer, all it will achive is too annoy people.


"Allen is having a small problem and needs help adjusting his attitude" - Flutterby
#48835 13/09/03 04:53 PM
Joined: Jun 2003
Posts: 77
O
ozyvent Offline OP
Babel fish
OP Offline
Babel fish
O
Joined: Jun 2003
Posts: 77
Sorry blush

I'm just so close, yet so far... I'm really hoping for an answer confused


.

Link Copied to Clipboard