Msg » History » Version 1
Per Amundsen, 02/14/2014 12:10 AM
| 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 | *Parameters* |
||
| 10 | |||
| 11 | <nickname|#channel> - Nick or #channel to message. |
||
| 12 | <message> - Message to send. |
||
| 13 | |||
| 14 | *Example* |
||
| 15 | |||
| 16 | <pre> |
||
| 17 | ;Send "Hello World!" to #channel |
||
| 18 | /msg #channel Hello World! |
||
| 19 | |||
| 20 | ;Send "Hello World!" to Nick |
||
| 21 | /msg Nick Hello World! |
||
| 22 | </pre> |