Project

General

Profile

Msg » History » Revision 2

Revision 1 (Per Amundsen, 02/14/2014 12:10 AM) → Revision 2/4 (Per Amundsen, 02/14/2014 12:10 AM)

_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. 

 *Parameters* 

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

 *Example* 

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

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