From WikiChip
Difference between revisions of "mirc/commands/clearall"
m (Bot: Fixing links) |
(→Example) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/clearall Command}} | ||
The '''/clearall command''' can be used to clear the buffers of a specific type of window. If used without any switch all windows in the active connection are cleared. | The '''/clearall command''' can be used to clear the buffers of a specific type of window. If used without any switch all windows in the active connection are cleared. | ||
Line 18: | Line 19: | ||
== Example == | == Example == | ||
− | <syntaxhighlight lang="mIRC"> | + | <syntaxhighlight lang="mIRC"> |
− | |||
− | |||
;Clear all windows | ;Clear all windows | ||
− | /clearall | + | /clearall |
− | + | ;Clear all the channel windows | |
− | + | /clearall -n | |
− | + | ;Clear all the query windows | |
+ | /clearall -q | ||
+ | </syntaxhighlight> | ||
− | + | == Compatibility == | |
+ | {{mIRC compatibility|4.0}} | ||
== See also == | == See also == | ||
Line 42: | Line 44: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|clearall command - mIRC]] |
Latest revision as of 09:24, 7 August 2025
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /clearall command can be used to clear the buffers of a specific type of window. If used without any switch all windows in the active connection are cleared.
Synopsis[edit]
/clearall -asnqmtgu
Switches[edit]
- -s - status window
- -n - channel windows
- -q - query windows
- -m - message window
- -t - chat window
- -g - finger window
- -u - custom windows
- -a - all windows
Parameters[edit]
None
Example[edit]
;Clear all windows /clearall ;Clear all the channel windows /clearall -n ;Clear all the query windows /clearall -q
Compatibility[edit]
Added: mIRC v4.0
Added on: 20 Mar 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list