From WikiChip
Difference between revisions of "mirc/commands/clear"
m (Bot: Adding a template) |
m (→Compatibility: This was added in 3.1) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/clear Command}} | ||
The '''/clear command''' is used to clears the buffer of the current window. If a window name is specified that window's buffer will be cleared. | The '''/clear command''' is used to clears the buffer of the current window. If a window name is specified that window's buffer will be cleared. | ||
Line 27: | Line 28: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.1}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$line}} |
− | * | + | * {{mIRC|$fline}} |
− | * | + | * {{mIRC|/clearall}} |
− | * | + | * {{mIRC|/loadbuf}} |
− | * | + | * {{mIRC|/savebuf}} |
− | * | + | * {{mIRC|/window}} |
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|clear command - mIRC]] |
Latest revision as of 08:37, 10 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /clear command is used to clears the buffer of the current window. If a window name is specified that window's buffer will be cleared.
Additionally, the clear command can also be used to erase the history of the editbox as well as the clicks history of the picture window.
You can use "Status Window" and =nick for the status window and dcc chat windows.
Synopsis[edit]
/clear -sghlcn [windowName]
Switches[edit]
- -s - clears the status window
- -g - clears the finger window
- -h - clears the editbox command history for a window.
- -l - clears the side-listbox in a custom window
- -c - clears the click history in a picture window
- -n - delay update of display untill a forced redraw (pic window)
Parameters[edit]
- [windowName] - Window name
Example[edit]
;Clear the status window /clear -s ;Clears a custom window called "@Highlight_Log" /clear @Highlight_Log
Compatibility[edit]
Added: mIRC v3.1
Added on: 23 Apr 1995
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