Project

General

Profile

Vmsg » History » Revision 2

Revision 1 (Per Amundsen, 02/11/2021 09:04 AM) → Revision 2/3 (Per Amundsen, 02/11/2021 09:05 AM)

_Added in 4.0_ 

 */vmsg [#channel] <message>* 

 Sends a private message to all voiced users in a channel. 

 If channel is not defined, current channel will be used. 

 You must be a voiced user to use this command. 

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

 *Parameters* 

 [#channel] - Channel where the voiced users operators are located. 
 <message> - Messages to send. 

 *Example* 

 <pre> 
 ; Sends "Hello voiced users" to all voiced users on #channel. 
 /vmsg #channel Hello voiced users 
 </pre>