Project

General

Profile

Onotice » History » Version 1

Per Amundsen, 02/14/2014 03:38 AM

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
If channel is not defined current channel will be used.
8
9
You must be a channel operator to use this command.
10
11
*Parameters*
12
13
[#channel] - Channel where the operators are located.
14
<message> - Messages to send.
15
16
*Example*
17
18
<pre>
19
;Sends "Hai operators!" to all operatores on #channel.
20
/onotice #channel Hai operators!
21
</pre>