mIRC Home    About    Download    Register    News    Help

Print Thread
#134016 27/10/05 03:21 PM
Joined: Mar 2005
Posts: 14
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Mar 2005
Posts: 14
I want to use a remote like this:

on 1:JOIN:#foo:/window -a #foo

#foo is a channel with little traffic; I only want to see it's window when someone joins. The channel window of #foo should stay minimized when mIRC starts. But if *I* join #foo automatically on the start of mIRC, the window becomes active...

How can I restrict this activation to any joins but mine?

#134017 27/10/05 03:24 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Code:
on [color:red]![/color]*:join:#foo: window -a #foo


Also, make sure you use the -n switch when joining: /join -n #foo

#134018 27/10/05 03:37 PM
Joined: Mar 2005
Posts: 14
T
Pikka bird
OP Offline
Pikka bird
T
Joined: Mar 2005
Posts: 14
Thanks.


Link Copied to Clipboard