Close » History » Version 5
Per Amundsen, 02/10/2014 02:06 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 | 4 | Per Amundsen | <notextile>-c - Dcc chat windows.</notextile> |
14 | 5 | Per Amundsen | <notextile>-f - TODO</notextile> |
15 | <notextile>-g - TODO</notextile> |
||
16 | <notextile>-i - TODO</notextile> |
||
17 | <notextile>-m - Private/Query windows.</notextile> |
||
18 | <notextile>-s - TODO</notextile> |
||
19 | <notextile>-t - Server/Status windows.</notextile> |
||
20 | <notextile>-@ - Custom windows.</notextile> |
||
21 | 1 | Per Amundsen | |
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> |