Project

General

Profile

Vmsg » History » Version 3

Per Amundsen, 02/16/2023 05:08 PM

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 3 Per Amundsen
table(ktable).
16
|*Parameter*|*Description*|
17
| [#channel] | Channel where the voiced users are located. |
18
| <message> | Messages to send. |
19 1 Per Amundsen
20
*Example*
21
22
<pre>
23
; Sends "Hello voiced users" to all voiced users on #channel.
24
/vmsg #channel Hello voiced users
25
</pre>