mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
7ee7bf79ed
Rewrote the syntax documentation for all commands starting with the letter M.
25 lines
464 B
Plaintext
25 lines
464 B
Plaintext
|
|
%9Syntax:%9
|
|
|
|
@SYNTAX:msg@
|
|
|
|
%9Parameters:%9
|
|
|
|
-<server tag>: The server tag the targets are on.
|
|
-channel: Indicates that the target is a channel.
|
|
-nick: Indicates that the target is a nickname.
|
|
|
|
The target nickname or channel and the message to send.
|
|
|
|
%9Description:%9
|
|
|
|
Sends a message to a nickname or channel.
|
|
|
|
%9Examples:%9
|
|
|
|
/MSG mike Hi, what's up?
|
|
/MSG #irssi I am awesome :)
|
|
|
|
%9See also:%9 ACTION, DCC, JOIN
|
|
|