mIRC Homepage
Posted By: Fantas closing channels window - 28/07/06 05:21 AM
i know to close a custom window it's window -c @window but is there a way to close the channels window by script?
Posted By: MikeChat Re: closing channels window - 28/07/06 05:41 AM
you mean, /part #channel ?
Posted By: Fantas Re: closing channels window - 28/07/06 05:08 PM
no when you /list
Posted By: landonsandor Re: closing channels window - 28/07/06 05:43 PM
there's no way at the moment to close that window via script that Im aware of
Posted By: billythekid Re: closing channels window - 28/07/06 06:51 PM
i cant even get an id on it, it shows in the windows menu but it doesnt react to any identifiers we have. also a menu * { stuff:noop } doesnt even show up in it.

maybe a feature sugestion there, an identifier for a channels list window.

btk
Posted By: Fantas Re: closing channels window - 29/07/06 01:02 AM
found it
window -h "Channels List"
Posted By: RusselB Re: closing channels window - 29/07/06 01:17 AM
That shouldn't close the list, as the -h parameter is used to Hide a window, not close it. To close it, you should use -c in place of -h
Posted By: hixxy Re: closing channels window - 29/07/06 09:49 AM
You can close the channel list window after it's finished listing with window -c "channels list"

If you're trying to stop the list from appearing so that you can build your own custom list dialog/window, use this:

Code:
raw 321:*: window -h "channels list"
raw 323:*: window -c "channels list"
© mIRC Discussion Forums