mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
I want to make if some one pvt's me, sends me a message

and when j have a "open query" then in active /echo's Her/his address and current channels..

So for example if nick is Ana who is sending me a pvt msg then it wiil bi like this;

Quote:
Adress: (@302B2712.D4536DAC.238F7411.IP)
Channels: (#mirc,#chat,#blabla)
°10:30:45° <Ana> hello


Does someone know how do to this ?

Is it possible to make this ?

Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
I take it you hava a new query window pop up for each person messaging you, and that it popups minimized so it doesn't steal the focus of your active window where you want those lines echoed:

on *:OPEN:?:*:{
echo -a Address: ( $+ $gettok($address,2,64) $+ )
var %ch, %i = 1
while ($comchan($nick,%i)) var %ch = %ch $v1, %i = %i + 1
echo -a Channels: ( $+ %ch $+ )
echo -a $+(°,$time,° <,$nick,>) $1-
}

#126341 28/07/05 09:58 AM
Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
It works, thank you smile that is that


Link Copied to Clipboard