Project

General

Profile

Close » History » Revision 8

Revision 7 (Per Amundsen, 09/30/2014 03:10 AM) → Revision 8/13 (Per Amundsen, 01/24/2015 07:26 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 wildcards in [nameN]. 

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

 *Switches* 

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