Project

General

Profile

Vnotice » History » Version 2

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

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 2 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
/vnotice #channel Hello voiced users
25
</pre>