Project

General

Profile

Omsg » History » Version 1

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

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
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
/omsg #channel Hai operators!
21
</pre>