Project

General

Profile

Close » History » Revision 3

Revision 2 (Per Amundsen, 02/10/2014 02:05 PM) → Revision 3/13 (Per Amundsen, 02/10/2014 02:05 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 -c - Dcc chat windows. 
 -f - TODO 
 -g - TODO 
 -i - TODO 
 -m - Private/Query windows 
 -s - TODO 
 -t - Server/Status windows 
 -@ -<notextile>@</notextile> - Custom 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>