Project

General

Profile

Omsg » History » Version 4

Per Amundsen, 06/04/2019 09:24 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 4 Per Amundsen
_See also [[/describe]], [[/me]], [[/ame]], [[/msg]], [[/nmsg]], [[/notice]], [[/onotice]]._
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
/omsg #channel Hai operators!
23
</pre>