mIRC Home    About    Download    Register    News    Help

Print Thread
#153444 16/07/06 08:10 PM
Joined: Oct 2005
Posts: 34
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Oct 2005
Posts: 34
how to make this. if i open someone's query it will echo a msg on that query window like you open bla's private window.. help me with this what would b the code?

#153445 16/07/06 08:21 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I'm confused as to why you would even want or need this. I mean, if you open a window, doesn't matter what kind of window, you're going to know that you opened it.

#153446 16/07/06 08:48 PM
Joined: Oct 2005
Posts: 34
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Oct 2005
Posts: 34
Quote:
I'm confused as to why you would even want or need this. I mean, if you open a window, doesn't matter what kind of window, you're going to know that you opened it.


Some ppl still dont know how to work with mirc it might help them.
anyways..

#153447 16/07/06 08:58 PM
Joined: Apr 2006
Posts: 464
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Apr 2006
Posts: 464
This would be the most simple version.
Just copy the code, and paste it in a remote file (ALT + R).

Code:
on *:TEXT:*:?:{
  msg $nick You have just send a private message to $me $+ . I will be with you shortly.
}


Good luck smile

#153448 16/07/06 09:39 PM
Joined: Oct 2005
Posts: 34
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Oct 2005
Posts: 34
Quote:
This would be the most simple version.
Just copy the code, and paste it in a remote file (ALT + R).

Code:
on *:TEXT:*:?:{
  msg $nick You have just send a private message to $me $+ . I will be with you shortly.
}


Good luck smile



No man im looking for something is like if i open a query it will echo a msg like "You just open $$1 $+ 's Private Window" something like that.. its not if anyone private me its if i open any query..

#153449 16/07/06 10:54 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
under Options - Mouse - in the editbox for Nicklist
/query $1 | echo # You Queried $1

that or make an alias to open a query and echo it somewhere

#153450 17/07/06 06:41 PM
Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
/help on open

on 1:OPEN:?:*:/echo Just opened $target query window

btk

Last edited by billythekid; 17/07/06 06:42 PM.

billythekid
#153451 17/07/06 07:16 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
on open wont work when YOu open the query to a user yourself, only when someone queries you

#153452 17/07/06 08:45 PM
Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
hmmm, good point. how about a dclick mouse event when over the nicklist? or a timer cycling all open windows. not ideal either way...

btk


billythekid

Link Copied to Clipboard