Msg » History » Version 4
Per Amundsen, 02/16/2023 02:37 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 | 4 | Per Amundsen | table(ktable). |
14 | |*Parameter*|*Description*| |
||
15 | | <nick<notextile>|</notextile>#channel> | Nick or #channel to message. | |
||
16 | | <message> | Message to send. | |
||
17 | 1 | Per Amundsen | |
18 | *Example* |
||
19 | |||
20 | <pre> |
||
21 | 3 | Per Amundsen | ; Send "Hello World!" to #channel. |
22 | 1 | Per Amundsen | /msg #channel Hello World! |
23 | |||
24 | 3 | Per Amundsen | ; Send "Hello World!" to Nick. |
25 | 1 | Per Amundsen | /msg Nick Hello World! |
26 | </pre> |