From WikiChip
Difference between revisions of "mirc/commands/clipboard"
m (bot: correcting title) |
m (Bot: de-linking old mIRC menu) |
||
Line 1: | Line 1: | ||
− | {{mirc title|/clipboard Command | + | {{mirc title|/clipboard Command}} |
The '''/clipboard command''' copies text to the clipboard. | The '''/clipboard command''' copies text to the clipboard. | ||
Revision as of 18:11, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /clipboard command copies text to the clipboard.
Synopsis
/clipboard [-an] <text>
Switches
- -a - Appends text to the end of the clipboard
- -n - Appends a $CRLF to the end of the text
Parameters
- <text> - Text to be placed in clipboard
Example
;Clear the clipboard and put "Hello world!" in it /clipboard Hello World!
Compatibility
Added: mIRC v5.1
Added on: 28 Aug 1997
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