From WikiChip
Difference between revisions of "mirc/commands/clearall"
(→Example) |
(→Example) |
||
| Line 19: | Line 19: | ||
== Example == | == Example == | ||
| − | <syntaxhighlight lang="mIRC">;Clear all | + | <syntaxhighlight lang="mIRC"> |
| − | /clearall | + | ;Clear all windows |
| + | /clearall | ||
;Clear all the channel windows | ;Clear all the channel windows | ||
/clearall -n | /clearall -n | ||
| − | ;Clear all windows | + | ;Clear all the query windows |
| − | /clearall</syntaxhighlight> | + | /clearall -q |
| + | </syntaxhighlight> | ||
== Compatibility == | == Compatibility == | ||
Latest revision as of 08: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