mIRC Home    About    Download    Register    News    Help

Print Thread
#168576 10/01/07 06:13 PM
B
bwuser
bwuser
B
hello all, it is possible that when joining a channel, no to focus it and opening it in the background?

Thanks!

Joined: Feb 2003
Posts: 806
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 806
Use /join -n #channel.

B
bwuser
bwuser
B
isn't possible to add that to a script so the default behavior of /j is /j -n #channel?

Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Just look for your /j alias (if you have one) in the aliases tab. Then, change it so that it has -n in it.

/j /join -n $1-

Just make sure that you REPLACE the current /j if you have it, or the first might work instead of this one.


Link Copied to Clipboard