From WikiChip
mirc/commands/clipboard
< mirc‎ | commands
Revision as of 03:25, 1 December 2013 by David (talk | contribs) (Created page with "The '''/clipboard command''' copies text to the clipboard. == Synopsis == /clipboard [-an] <text> == Switches == * '''-a''' - Appends text to the end of the clipboard * '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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/08/1997

Note: Individual switches were not taken into consideration.

See also