Project

General

Profile

Vmsg » History » Version 1

Per Amundsen, 02/11/2021 09:04 AM

1 1 Per Amundsen
_Added in 4.0_
2
3
*/vmsg [#channel] <message>*
4
5
Sends a private message to all voiced users in a channel.
6
7
If channel is not defined, current channel will be used.
8
9
You must be a voiced user to use this command.
10
11
_See also [[/describe]], [[/me]], [[/ame]], [[/msg]], [[/nmsg]], [[/notice]], [[/onotice]], [[/vnotice]]._
12
13
*Parameters*
14
15
[#channel] - Channel where the operators are located.
16
<message> - Messages to send.
17
18
*Example*
19
20
<pre>
21
; Sends "Hello voiced users" to all voiced users on #channel.
22
/vmsg #channel Hello voiced users
23
</pre>