mIRC Home    About    Download    Register    News    Help

Print Thread
#219714 26/03/10 05:31 AM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
Whats $ for 'set by'?

Code:
clear.channel {
  if $chan($chan).topic == $null { echo $colour(info) -gta * Cleared channel $chan }
  else {
    echo $colour(info) -gta * Cleared channel $chan
    echo $colour(topic) -gta *  Topic is ' $+ $chan($chan).topic $+ '
    echo $colour(topic) -gta *  Set by $
  }
}

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
There is none. That information is seen by a raw reply and not stored. Script the raw reply and store it yourself.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
How about:

raw 333:*: set %setby $1-

Then change line 6 to:

echo $colour(topic) -gta * %setby

good place to start, anyway


I refuse to engage in a battle of wits with an unarmed person. wink

Link Copied to Clipboard