mIRC Home    About    Download    Register    News    Help

Print Thread
#154177 28/07/06 05:21 AM
Joined: Dec 2002
Posts: 79
F
Fantas Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Dec 2002
Posts: 79
i know to close a custom window it's window -c @window but is there a way to close the channels window by script?

#154178 28/07/06 05:41 AM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
you mean, /part #channel ?

#154179 28/07/06 05:08 PM
Joined: Dec 2002
Posts: 79
F
Fantas Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Dec 2002
Posts: 79
no when you /list

#154180 28/07/06 05:43 PM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
there's no way at the moment to close that window via script that Im aware of


Those who fail history are doomed to repeat it
#154181 28/07/06 06:51 PM
Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
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


billythekid
#154182 29/07/06 01:02 AM
Joined: Dec 2002
Posts: 79
F
Fantas Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Dec 2002
Posts: 79
found it
window -h "Channels List"

#154183 29/07/06 01:17 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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

#154184 29/07/06 09:49 AM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
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"


Link Copied to Clipboard