Document the resv oper privilege.

This commit is contained in:
Jilles Tjoelker 2007-12-24 21:59:21 +01:00
parent a6f4368b96
commit 14f95b6e34
3 changed files with 11 additions and 4 deletions

View file

@ -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>

View file

@ -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.

View file

@ -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>