From WikiChip
Difference between revisions of "mirc/commands/clearall"
m (Bot: de-linking old mIRC menu) |
(→Example) |
||
| Line 21: | Line 21: | ||
<syntaxhighlight lang="mIRC">;Clear all the query windows | <syntaxhighlight lang="mIRC">;Clear all the query windows | ||
/clearall -q | /clearall -q | ||
| + | |||
| + | ;Clear all the channel windows | ||
| + | /clearall -n | ||
;Clear all windows | ;Clear all windows | ||
Revision as of 08:03, 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
/clearall -asnqmtgu
Switches
- -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
None
Example
;Clear all the query windows /clearall -q ;Clear all the channel windows /clearall -n ;Clear all windows /clearall
Compatibility
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
mIRC commands list