[svn] Add more information about invitations and invexes.

This commit is contained in:
jilles 2007-08-23 14:02:31 -07:00
parent 518bd9012d
commit f0e3fa7629
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,12 @@
jilles 2007/08/23 19:00:10 UTC (20070823-3558)
Log:
Add what /invite actually does (bypass +ijlr).
Changes: Modified:
+2 -0 trunk/help/opers/invite (File Modified)
jilles 2007/08/18 14:45:10 UTC (20070818-3556) jilles 2007/08/18 14:45:10 UTC (20070818-3556)
Log: Log:
callerid (+g) documentation: callerid (+g) documentation:

View File

@ -104,7 +104,7 @@
is unset, only channel operators may use the INVITE command. is unset, only channel operators may use the INVITE command.
</para> </para>
<para> <para>
When this mode is set together with +i, all channel members can influence who can join. When this mode is set together with +i, +j, +l or +r, all channel members can influence who can join.
</para> </para>
</sect2> </sect2>
<sect2> <sect2>
@ -119,6 +119,7 @@
<para> <para>
This mode takes one parameter of the same form as bans. Matching This mode takes one parameter of the same form as bans. Matching
clients do not need to be invited to join the channel when it is invite-only (+i). clients do not need to be invited to join the channel when it is invite-only (+i).
Unlike the INVITE command, this does not override +j, +l and +r.
</para> </para>
<para> <para>
Only channel operators can see +I changes or request the list. Only channel operators can see +I changes or request the list.
@ -129,6 +130,9 @@
<para> <para>
This mode takes one parameter of the form <replaceable>n</replaceable>:<replaceable>t</replaceable>, where <replaceable>n</replaceable> and <replaceable>t</replaceable> are positive integers. Only <replaceable>n</replaceable> users may join in each period of <replaceable>t</replaceable> seconds. This mode takes one parameter of the form <replaceable>n</replaceable>:<replaceable>t</replaceable>, where <replaceable>n</replaceable> and <replaceable>t</replaceable> are positive integers. Only <replaceable>n</replaceable> users may join in each period of <replaceable>t</replaceable> seconds.
</para> </para>
<para>
Invited users can join regardless of +j, but are counted as normal.
</para>
<para> <para>
Due to propagation delays between servers, more users may be Due to propagation delays between servers, more users may be
able to join (by racing for the last slot on each server). able to join (by racing for the last slot on each server).
@ -146,6 +150,7 @@
<para> <para>
Takes one numeric parameter, the number of users which are allowed to be in the channel before Takes one numeric parameter, the number of users which are allowed to be in the channel before
further joins are blocked. further joins are blocked.
Invited users may join regardless.
</para> </para>
<para> <para>
Due to propagation delays between servers, more users may be Due to propagation delays between servers, more users may be
@ -243,6 +248,7 @@
<title>+r, block unidentified</title> <title>+r, block unidentified</title>
<para> <para>
When set, this mode prevents unidentified users from joining. When set, this mode prevents unidentified users from joining.
Invited users can still join.
</para> </para>
</sect2> </sect2>
<!-- not planned (jilles) <!-- not planned (jilles)

View File

@ -1 +1 @@
#define SERNO "20070818-3556" #define SERNO "20070823-3558"