Project

General

Profile

Msg » History » Revision 3

Revision 2 (Per Amundsen, 02/14/2014 12:10 AM) → Revision 3/4 (Per Amundsen, 06/04/2019 09:24 PM)

_Added in 1.5_ 

 */msg <nick|#channel> <message>* 

 Sends a message to a nick or a channel. 

 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. 

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

 *Parameters* 

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

 *Example* 

 <pre> 
 ; Send ;Send "Hello World!" to #channel. #channel 
 /msg #channel Hello World! 

 ; Send ;Send "Hello World!" to Nick. Nick 
 /msg Nick Hello World! 
 </pre>