Close » History » Version 6
Per Amundsen, 09/30/2014 03:10 AM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | */close [-cfgimst@] [name1] ... [nameN]* |
||
| 4 | |||
| 5 | 6 | Per Amundsen | Closes all windows of the specific type and/or all windows matching name [nameN] on current connection. |
| 6 | 1 | Per Amundsen | |
| 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 | 6 | Per Amundsen | <notextile>-a - Close on all connections. (AdiIRC only)</notextile> |
| 14 | 4 | Per Amundsen | <notextile>-c - Dcc chat windows.</notextile> |
| 15 | 5 | Per Amundsen | <notextile>-f - TODO</notextile> |
| 16 | <notextile>-g - TODO</notextile> |
||
| 17 | <notextile>-i - TODO</notextile> |
||
| 18 | <notextile>-m - Private/Query windows.</notextile> |
||
| 19 | <notextile>-s - TODO</notextile> |
||
| 20 | <notextile>-t - Server/Status windows.</notextile> |
||
| 21 | <notextile>-@ - Custom windows.</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> |