Nmsg » History » Version 3
Per Amundsen, 02/16/2023 02:49 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 | 3 | Per Amundsen | table(ktable). |
12 | |*Parameter*|*Description*| |
||
13 | | <network> | Network to target. | |
||
14 | | <nick<notextile>|</notextile>#channel> | Nick or #channel to send to. | |
||
15 | | <message> | Message to send. | |
||
16 | 1 | Per Amundsen | |
17 | *Example* |
||
18 | |||
19 | <pre> |
||
20 | 2 | Per Amundsen | ; Send "Hello world" to #channel on network NordicIRC. |
21 | 1 | Per Amundsen | /nmsg NordicIRC #channel Hello world |
22 | |||
23 | 2 | Per Amundsen | ; Send "Hello world" to Nick on network NordicIRC. |
24 | 1 | Per Amundsen | /nmsg NordicIRC Nick Hello world |
25 | </pre> |