mIRC Home    About    Download    Register    News    Help

Print Thread
#148260 02/05/06 05:50 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
Code:
raw 821:*: echo $color(part) -t $Comchan($Nick, 1) * Status: $Nick returned
raw 822:*: echo $color(part) -t $Comchan($Nick,1) * Status: $Nick Away ; $1-


why does that sometims echo in the status screen?

#148261 02/05/06 05:54 PM
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
tried echo $2 ?

#148262 02/05/06 05:55 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Because you're telling it to echo there. Use -at instead of -t

#148263 02/05/06 06:18 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
but i want to to echo in the actual channel

that will make it echo in the status if the active window is the status

#148264 02/05/06 06:37 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I'm not sure if you're already doing this when vexed said try $2. But $nick is infact false in any Raw events.

-Andy


Link Copied to Clipboard