Document the mass_notice oper privilege.
This commit is contained in:
parent
fa7964705f
commit
625b1e582d
|
@ -520,8 +520,8 @@ operator "<replaceable>name</replaceable>" {
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
A listing of privileges granted to operators using this block.
|
A listing of privileges granted to operators using this block.
|
||||||
By default, the operwall, remoteban and resv privileges are granted;
|
By default, the mass_notice, operwall, remoteban and resv privileges are granted;
|
||||||
use ~operwall, ~remoteban and ~resv to disable them if necessary.
|
use ~mass_notice, ~operwall, ~remoteban and ~resv to disable them if necessary.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
In addition, a flag designating if the password is encrypted is here.
|
In addition, a flag designating if the password is encrypted is here.
|
||||||
|
|
|
@ -72,6 +72,15 @@
|
||||||
receive operwalls.
|
receive operwalls.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
<sect2>
|
||||||
|
<title>mass_notice (M), global notices and wallops</title>
|
||||||
|
<para>
|
||||||
|
Allows using server name ($$mask) and hostname ($#mask) masks in
|
||||||
|
NOTICE and PRIVMSG to send a message to all matching users, and
|
||||||
|
allows using the WALLOPS command to send a message to all users
|
||||||
|
with umode +w set.
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>nick_changes (N), see nick changes</title>
|
<title>nick_changes (N), see nick changes</title>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in New Issue