Close: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
 
Aca20031 (talk | contribs)
mNo edit summary
 
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 23:23, 7 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