Project

General

Profile

Close » History » Revision 5

Revision 4 (Per Amundsen, 02/10/2014 02:06 PM) → Revision 5/13 (Per Amundsen, 02/10/2014 02:06 PM)

_Added in 1.5_ 

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

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

 You can use wildcards in [nameN]. 

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

 *Switches* 

 <notextile>-c - Dcc chat windows.</notextile> 
 <notextile>-f -f - TODO</notextile> TODO 
 <notextile>-g -g - TODO</notextile> TODO 
 <notextile>-i -i - TODO</notextile> TODO 
 <notextile>-m -m - Private/Query windows.</notextile> windows 
 <notextile>-s -s - TODO</notextile> TODO 
 <notextile>-t -t - Server/Status windows.</notextile> windows 
 <notextile>-@ -@ - Custom windows.</notextile> windows 

 *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>