Project

General

Profile

Close » History » Revision 12

Revision 11 (Per Amundsen, 12/14/2019 09:44 AM) → Revision 12/13 (Per Amundsen, 03/12/2020 02:45 PM)

_Added in 1.5_ 

 */close [-acfgimst@] [name1] ... [nameN]* 

 Closes all windows of the specific type and/or all windows matching name [nameN] on current connection. 

 You can use [[Scripting_Wildcards|wildcards]] in [nameN]. 

 If no window names or types is defined, current window is closed. 

 *Switches* 

 <notextile>-a - Close on all connections.</notextile> *(AdiIRC only)* 
 <notextile>-c - Dcc chat windows.</notextile> 
 <notextile>-f - </notextile>*TODO* 
 <notextile>-g - </notextile>*TODO* 
 <notextile>-i - </notextile>*TODO* 
 <notextile>-m - Private/Query windows.</notextile> 
 <notextile>-p - All non scripted Tips.</notextile> 
 <notextile>-s - </notextile>*TODO* 
 <notextile>-t - Server/Status windows.</notextile> 
 <notextile>-@ - Custom windows, @<wid> can be used for [nameN] if this is defined.</notextile> 

 *Parameters* 

 [name1] ... [nameN] - Windows to close. 

 *Example* 

 <pre> 
 ;Close all query and status windows. 
 /close -mt 

 ;Close channel window '#test' and query window 'Nick' 
 /close #test Nick 
 </pre>