From WikiChip
/echo Command - mIRC
< mirc‎ | commands
Revision as of 13:41, 17 October 2017 by Sophist (talk | contribs)

The /echo command prints text to the specified window. This command does not send anything to the server; text is only shown in the window.

Note: If you use /echo to send text to a custom listbox window which has been opened by /window -s, the line will be added added at the bottom of the window rather than being inserted in the correct sort position.


Synopsis

/echo [colour-number] [-deghiNtsaqlbfnmr] [window] <text>
/echo -c[deghiNtsaqlbfnmr] <colour-name> [window] <text>

Switches

  • -c - Indicates the <color_name> parameter was provided.
  • -e - Encloses the text with a pair of line separators
  • -g - Prevents the text from being logged.
  • -h - Applies a hard-wrap on the text.
  • -i<N> - Wraps the text by <N> characters.
  • -t - Adds a timestamp to the text if the timestamp is enabled (global or for that window)
  • -s - prints to the status window
  • -a - prints to the active window
  • -d - prints to the single message window
  • -q - Honors the $show flag. (If the alias was called with the . prefix)
  • -n - Prevents switchbar button/treebar colour change
  • -m - Changes switchbar button/treebar colour to "messages" (as defined in mIRC Options / Display); without -m or -n otherwise it uses the colour defined for "events".

Settings Related:

  • -r - Applies the strip settings to the text (as defined in mIRC Options / IRC / Messages).
  • -l - Applies the highlight settings to the text (as defined in mIRC Address Book / Highlight).
  • -b - Applies the beep settings to the window (as defined in mIRC Options / Sounds).
  • -f - Applies the flash settings to the window (as defined in mIRC Options / IRC / Options).

Parameters

  • [colour-number] - A numeric colour value (0 to 15)
  • <colour-name> - Used with the -c switch. One of the following: action, ctcp, highlight, info, info2, invite, join, part, quit, kick, mode, topic, nick, normal, notice, notify, other, own, wallops, whois
  • [window] - The target window/channel/query
  • <text> - The text to be printed

Examples

A Hello World example:

/echo -a Hello World!

A simple example of a loop that prints a few lines:

alias example {
  var %x = 5
  while (%x) {
    echo -a This is example line $v1 $+ .
    dec %x
  }
}

The above will print:

This is example line 5.
This is example line 4.
This is example line 3.
This is example line 2.
This is example line 1.

Compatibility

Added: mIRC v3.7
Added on: 12 Oct 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC commands list