mIRC Home    About    Download    Register    News    Help

Print Thread
#136022 21/11/05 04:30 PM
Joined: Jan 2005
Posts: 55
R
rtg Offline OP
Babel fish
OP Offline
Babel fish
R
Joined: Jan 2005
Posts: 55
hello

is it possible to hide tabs? eg the tab of a channel I am in?

thanks

#136023 21/11/05 04:32 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
You can hide channel windows with /window -h #channel. If you ALT and Left-Click on a Status window, it will collapse the channel windows for that connection into one tab.

To bring a window back after using /window -h, use /window -w #channel.

Regards,


Mentality/Chris
#136024 24/11/05 02:42 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Wifey not liking you in #big-booty-girls channel eh?

Code:
menu channel {
  Hides $chan : { window -h $han }
  Expose $chan : { window -w $chan }
}

#136025 26/11/05 05:13 PM
Joined: Jan 2005
Posts: 55
R
rtg Offline OP
Babel fish
OP Offline
Babel fish
R
Joined: Jan 2005
Posts: 55
how do I do '/window -h' for all the channels I am in all servers? and do it whenever I start mirc ?

thanks!

PS: I am woman

#136026 27/11/05 03:25 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Code:
 /scon -at1 window -h "status window" 


This presumes that it's just the status window that you're wanting to hide for each connection.

Replace "status window" with the appropriate name.


Link Copied to Clipboard