Close » History » Version 12
Per Amundsen, 03/12/2020 02:45 PM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | 7 | Per Amundsen | */close [-acfgimst@] [name1] ... [nameN]* |
| 4 | 1 | Per Amundsen | |
| 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 | 10 | Per Amundsen | You can use [[Scripting_Wildcards|wildcards]] in [nameN]. |
| 8 | 1 | Per Amundsen | |
| 9 | If no window names or types is defined, current window is closed. |
||
| 10 | |||
| 11 | *Switches* |
||
| 12 | |||
| 13 | 11 | Per Amundsen | <notextile>-a - Close on all connections.</notextile> *(AdiIRC only)* |
| 14 | 4 | Per Amundsen | <notextile>-c - Dcc chat windows.</notextile> |
| 15 | 11 | Per Amundsen | <notextile>-f - </notextile>*TODO* |
| 16 | <notextile>-g - </notextile>*TODO* |
||
| 17 | <notextile>-i - </notextile>*TODO* |
||
| 18 | 5 | Per Amundsen | <notextile>-m - Private/Query windows.</notextile> |
| 19 | 9 | Per Amundsen | <notextile>-p - All non scripted Tips.</notextile> |
| 20 | 11 | Per Amundsen | <notextile>-s - </notextile>*TODO* |
| 21 | 5 | Per Amundsen | <notextile>-t - Server/Status windows.</notextile> |
| 22 | 8 | Per Amundsen | <notextile>-@ - Custom windows, @<wid> can be used for [nameN] if this is defined.</notextile> |
| 23 | 1 | Per Amundsen | |
| 24 | *Parameters* |
||
| 25 | |||
| 26 | [name1] ... [nameN] - Windows to close. |
||
| 27 | |||
| 28 | *Example* |
||
| 29 | |||
| 30 | <pre> |
||
| 31 | ;Close all query and status windows. |
||
| 32 | /close -mt |
||
| 33 | |||
| 34 | 12 | Per Amundsen | ;Close query window 'Nick' |
| 35 | /close Nick |
||
| 36 | 1 | Per Amundsen | </pre> |