Difference between revisions of "Close"

From Scriptwiki
Jump to: navigation, search
 
m
 
Line 14: Line 14:
  
 
==See Also==
 
==See Also==
[[Part]][[Window]]
+
[[Part]]
 +
[[Window]]
  
 
[[Category:Commands]][[Category:Custom Windows]][[Category:Picture Windows]]
 
[[Category:Commands]][[Category:Custom Windows]][[Category:Picture Windows]]

Latest revision as of 00:23, 8 August 2008

Closes all windows of the given type that match the specified names, or closes all windows of the given type if no names are given.

/close [-icfgms@] [window1] [window2] [...]
  • The switches specify window types
    • -i specifies an inactive DCC window
    • -c specifies an active chat window
    • -f specifies an fserve window
    • -g specifies a DCC GET window
    • -m specifies a query window (message)
    • -s specifies a DCC SEND window
    • -@ specifies a custom window
  • If no window names are given all windows of the specified type(s) are closed.

See Also

Part Window