Project

General

Profile

Close » History » Version 1

Per Amundsen, 02/09/2014 03:37 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
-c - Dcc chat windows.
14
-f - TODO
15
-g - TODO
16
-i - TODO
17
-m - Private/Query windows
18
-s - TODO
19
-t - Server/Status windows
20
-@ - Custom windows
21
22
*Parameters*
23
24
[name1] ... [nameN] - Windows to close.
25
26
*Example*
27
28
<pre>
29
;Close all query and status windows.
30
/close -mt
31
32
;Close channel window '#test' and query window 'Nick'
33
/close #test Nick
34
</pre>