mIRC Homepage
Posted By: rtg hide tabs - 21/11/05 04:30 PM
hello

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

thanks
Posted By: Mentality Re: hide tabs - 21/11/05 04:32 PM
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,
Posted By: DaveC Re: hide tabs - 24/11/05 02:42 AM
Wifey not liking you in #big-booty-girls channel eh?

Code:
menu channel {
  Hides $chan : { window -h $han }
  Expose $chan : { window -w $chan }
}
Posted By: rtg Re: hide tabs - 26/11/05 05:13 PM
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
Posted By: RusselB Re: hide tabs - 27/11/05 03:25 PM
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.
© mIRC Discussion Forums