Document the resv oper privilege.
This commit is contained in:
parent
c13a2d9ad3
commit
fa7964705f
|
@ -162,7 +162,7 @@
|
||||||
<para>
|
<para>
|
||||||
Channels with this mode will be allowed larger banlists (by default,
|
Channels with this mode will be allowed larger banlists (by default,
|
||||||
500 instead of 50 entries for +b, +q, +e and +I together).
|
500 instead of 50 entries for +b, +q, +e and +I together).
|
||||||
Only network operators may set this mode.
|
Only network operators with resv privilege may set this mode.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
<sect2>
|
<sect2>
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>+P, permanent channel</title>
|
<title>+P, permanent channel</title>
|
||||||
<para>
|
<para>
|
||||||
Channels with this mode (which is accessible only to network operators) set will not be destroyed
|
Channels with this mode (which is accessible only to network operators with resv privilege) set will not be destroyed
|
||||||
when the last user leaves.
|
when the last user leaves.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -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 and remoteban privileges are granted;
|
By default, the operwall, remoteban and resv privileges are granted;
|
||||||
use ~operwall and ~remoteban to disable them if necessary.
|
use ~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.
|
||||||
|
|
|
@ -93,6 +93,13 @@
|
||||||
for help.
|
for help.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
<sect2>
|
||||||
|
<title>resv (Q), channel control</title>
|
||||||
|
<para>
|
||||||
|
This allows using /resv, /unresv and changing the channel
|
||||||
|
modes +L and +P.
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>remote (R), remote routing</title>
|
<title>remote (R), remote routing</title>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in New Issue