Project

General

Profile

Close » History » Version 3

Per Amundsen, 02/10/2014 02:05 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/close [-cfgimst@] [name1] ... [nameN]*
4
5
Closes all windows of the specific type and/or all windows matching name [nameN].
6
7
You can use wildcards in [nameN].
8
9
If no window names or types is defined, current window is closed.
10
11
*Switches*
12
13 3 Per Amundsen
<notextile>-c - Dcc chat windows.
14 1 Per Amundsen
-f - TODO
15
-g - TODO
16
-i - TODO
17
-m - Private/Query windows
18
-s - TODO
19
-t - Server/Status windows
20 3 Per Amundsen
-@ - Custom windows
21
</notextile>
22 1 Per Amundsen
23
*Parameters*
24
25
[name1] ... [nameN] - Windows to close.
26
27
*Example*
28
29
<pre>
30
;Close all query and status windows.
31
/close -mt
32
33
;Close channel window '#test' and query window 'Nick'
34
/close #test Nick
35
</pre>