Document the mass_notice oper privilege.
This commit is contained in:
parent
14f95b6e34
commit
153fc4bb29
2 changed files with 11 additions and 2 deletions
|
@ -520,8 +520,8 @@ operator "<replaceable>name</replaceable>" {
|
|||
<listitem>
|
||||
<para>
|
||||
A listing of privileges granted to operators using this block.
|
||||
By default, the operwall, remoteban and resv privileges are granted;
|
||||
use ~operwall, ~remoteban and ~resv to disable them if necessary.
|
||||
By default, the mass_notice, operwall, remoteban and resv privileges are granted;
|
||||
use ~mass_notice, ~operwall, ~remoteban and ~resv to disable them if necessary.
|
||||
</para>
|
||||
<para>
|
||||
In addition, a flag designating if the password is encrypted is here.
|
||||
|
|
|
@ -72,6 +72,15 @@
|
|||
receive operwalls.
|
||||
</para>
|
||||
</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>
|
||||
<title>nick_changes (N), see nick changes</title>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue