Nmsg » History » Version 2
Per Amundsen, 06/04/2019 09:23 PM
1 | 1 | Per Amundsen | _Added in 1.8.10_ |
---|---|---|---|
2 | |||
3 | */nmsg <network> <nick|#channel> <message>* |
||
4 | |||
5 | Sends a message to a nick or channel on a specific network based on [[$network]] name. |
||
6 | |||
7 | 2 | Per Amundsen | _See also [[/describe]], [[/me]], [[/ame]], [[/msg]], [[/omsg]], [[/notice]], [[/onotice]]._ |
8 | |||
9 | 1 | Per Amundsen | *Parameters* |
10 | |||
11 | <network> - Network to target. |
||
12 | <nick|#channel> - Nick or #channel to send to. |
||
13 | <message> - Message to send. |
||
14 | |||
15 | *Example* |
||
16 | |||
17 | <pre> |
||
18 | 2 | Per Amundsen | ; Send "Hello world" to #channel on network NordicIRC. |
19 | 1 | Per Amundsen | /nmsg NordicIRC #channel Hello world |
20 | |||
21 | 2 | Per Amundsen | ; Send "Hello world" to Nick on network NordicIRC. |
22 | 1 | Per Amundsen | /nmsg NordicIRC Nick Hello world |
23 | </pre> |