Nmsg » History » Version 1
Per Amundsen, 02/14/2014 05:55 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 | *Parameters* |
||
8 | |||
9 | <network> - Network to target. |
||
10 | <nick|#channel> - Nick or #channel to send to. |
||
11 | <message> - Message to send. |
||
12 | |||
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | ;Send "Hello world" to #channel on network NordicIRC |
||
17 | /nmsg NordicIRC #channel Hello world |
||
18 | |||
19 | ;Send "Hello world" to Nick on network NordicIRC |
||
20 | /nmsg NordicIRC Nick Hello world |
||
21 | </pre> |