Msg » History » Version 3
Per Amundsen, 06/04/2019 09:24 PM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | */msg <nick|#channel> <message>* |
||
4 | |||
5 | Sends a message to a nick or a channel. |
||
6 | |||
7 | If the message is to a nick and "Open Window on /msg" option is enabled, a private window with that nick will be opened if necessary. |
||
8 | |||
9 | 3 | Per Amundsen | _See also [[/describe]], [[/me]], [[/ame]], [[/nmsg]], [[/omsg]], [[/notice]], [[/onotice]]._ |
10 | |||
11 | 1 | Per Amundsen | *Parameters* |
12 | |||
13 | 2 | Per Amundsen | <nick|#channel> - Nick or #channel to message. |
14 | 1 | Per Amundsen | <message> - Message to send. |
15 | |||
16 | *Example* |
||
17 | |||
18 | <pre> |
||
19 | 3 | Per Amundsen | ; Send "Hello World!" to #channel. |
20 | 1 | Per Amundsen | /msg #channel Hello World! |
21 | |||
22 | 3 | Per Amundsen | ; Send "Hello World!" to Nick. |
23 | 1 | Per Amundsen | /msg Nick Hello World! |
24 | </pre> |