From WikiChip
Difference between revisions of "mirc/commands/msg"
m (Bot: Adding a template) |
m (Bot: Fixing links) |
||
Line 43: | Line 43: | ||
* [[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|/ame}} |
− | * | + | * {{mIRC|/amsg}} |
− | * | + | * {{mIRC|/describe}} |
− | * | + | * {{mIRC|/me}} |
− | * | + | * {{mIRC|/qme}} |
− | * | + | * {{mIRC|/qmsg}} |
− | * | + | * {{mIRC|/say}} |
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 18:48, 5 July 2014
The /msg command sends a message to a specific channel or person. Many networks support multi-target messages - mIRC will not display the message in all the targets like it would with individual messages.
Contents
Synopsis
/msg <nickname/channel> <message>
Switches
None
Parameters
- <nickname/channel> - The target channel or person for the message, use the form "=<nickname>" to reference a dcc window, =$nick is accepted.
- <message> - The message to be sent
Example
Example 1
on *:text:!moo:#:{ ; Message the channel moos back msg $chan moos back }
Example 2
/* Example 2 */ on ^*:open:?:{ if ($away) { msg $nick I am currently away ( $+ $awaymsg $+ ), please leave me a memo: /ms send $me <memo> } halt }
Example 3
Using the equals sign to send SomeUser a message via DCC/FSERVE Chat
//msg =SomeUser Hey there, this is going to your open DCC/FSERVE Chat window, instead!
Compatibility
Added: mIRC v2.1a
Added On: 28/02/1995
Note: Individual switches were not taken into consideration.
See also
mIRC commands list