Project

General

Profile

Nmsg » History » Revision 2

Revision 1 (Per Amundsen, 02/14/2014 05:55 PM) → Revision 2/3 (Per Amundsen, 06/04/2019 09:23 PM)

_Added in 1.8.10_ 

 */nmsg <network> <nick|#channel> <message>* 

 Sends a message to a nick or channel on a specific network based on [[$network]] name. 

 _See also [[/describe]], [[/me]], [[/ame]], [[/msg]], [[/omsg]], [[/notice]], [[/onotice]]._ 

 *Parameters* 

 <network> - Network to target. 
 <nick|#channel> - Nick or #channel to send to. 
 <message> - Message to send. 

 *Example* 

 <pre> 
 ; Send ;Send "Hello world" to #channel on network NordicIRC. NordicIRC 
 /nmsg NordicIRC #channel Hello world 

 ; Send ;Send "Hello world" to Nick on network NordicIRC. NordicIRC 
 /nmsg NordicIRC Nick Hello world 
 </pre>