Project

General

Profile

Onotice » History » Version 4

Per Amundsen, 06/04/2019 09:24 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
[#channel] - Channel where the operators are located.
16
<message> - Messages to send.
17
18
*Example*
19
20
<pre>
21 2 Per Amundsen
; Sends "Hai operators!" to all operatores on #channel.
22 1 Per Amundsen
/onotice #channel Hai operators!
23
</pre>