Close » History » Version 10
Per Amundsen, 05/24/2018 10:18 AM
| 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 | 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 | 9 | Per Amundsen | <notextile>-p - All non scripted Tips.</notextile> |
| 20 | 5 | Per Amundsen | <notextile>-s - TODO</notextile> |
| 21 | <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 | ;Close channel window '#test' and query window 'Nick' |
||
| 35 | /close #test Nick |
||
| 36 | </pre> |