Project

General

Profile

Vnotice » History » Version 1

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

1 1 Per Amundsen
_Added in 4.0_
2
3
*/vnotice [#channel] <message>*
4
5
Sends a notice 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]], [[/omsg]], [[/notice]], [[/vmsg]]._
12
13
*Parameters*
14
15
[#channel] - Channel where the voiced users 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
/vnotice #channel Hello voiced users
23
</pre>