Project

General

Profile

Omsg » History » Version 3

Per Amundsen, 12/26/2018 08:13 PM

1 1 Per Amundsen
_Added in 1.9.2_
2
3
*/omsg [#channel] <message>*
4
5
Sends a private 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 2 Per Amundsen
_See also [[/onotice]]._
12
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
/omsg #channel Hai operators!
23
</pre>