Close » History » Version 4
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 | 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 | 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> |