used on dalnet:

raw 352:*: {
var %who.info $+($6,!,$3,@,$4) $5 $9-
}

this would give the info during a /who #channel (for example) looking like this:

landonsandor!you@me.you.com full-server-name-here my-custom-name-field-message

The above code is part of my who displayer, but that will work fine as an example. In my displayer I have it color all different kinds of nicks for different reasons, but that variable works awesome for me


EDITED

A good thing to do would be to /debug on before you do a /who to find the exact raw. Also, the below code is good for finding out the raw number PLUS the first 10 values. This should be of great help to you

raw *:*://echo -s $numeric $1 1 $2 2 $3 3 $4 4 $5 5 $6 6 $7 7 $8 8 $9 9 $10- $10- | halt

Last edited by landonsandor; 18/10/03 09:11 AM.

Those who fail history are doomed to repeat it