Project

General

Profile

Onotice » History » Version 5

Per Amundsen, 02/16/2023 02:54 PM

1 1 Per Amundsen
_Added in 1.7.2_
2
3
*/onotice [#channel] <message>*
4
5
Sends a notice message to all operators in a channel.
6
7 3 Per Amundsen
If channel is not defined, current channel will be used.
8 1 Per Amundsen
9
You must be a channel operator to use this command.
10
11 4 Per Amundsen
_See also [[/describe]], [[/me]], [[/ame]], [[/msg]], [[/nmsg]], [[/omsg]], [[/notice]]._
12 2 Per Amundsen
13 1 Per Amundsen
*Parameters*
14
15 5 Per Amundsen
table(ktable).
16
|*Parameter*|*Description*|
17
| [#channel] | Channel where the operators are located. |
18
| <message> | Messages to send. |
19 1 Per Amundsen
20
*Example*
21
22
<pre>
23 2 Per Amundsen
; Sends "Hai operators!" to all operatores on #channel.
24 1 Per Amundsen
/onotice #channel Hai operators!
25
</pre>