MACRO csay

From Warcraft Wiki
Jump to navigation Jump to search

Sends a chat message to a channel specified by its number.

/csay channel message

You can also use /c, or e.g. /1 message to do the equivalent of /csay 1 message.

Arguments

channel
A channel number (1-10).
message
The message to be sent.

Notes

  • Wildcard symbols (%n, %r, %t, etc.) may be included in the message in all channels.
  • Symbol substitution strings ({rt1}, {rt2}, {rt3}, etc. or {star}, {skull}, {cross}, etc.) may be included in the message in all channels except General, Trade, and World Defense.
  • Properly formatted links may be included in the message provided they meet other requirements.
  • Message will be truncated at the first occurrence of "\n" or binary zero.
  • When directly executed from the chat window, may be used without the message argument. With or without the message argument, changes the default channel for subsequent messages.
  • When used from a macro, if the message argument is omitted, has no effect and the line is ignored. With or without the second argument, does not change the default channel for subsequent messages.