]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
[svn] Add more information about invitations and invexes.
authorjilles <redacted>
Thu, 23 Aug 2007 21:02:31 +0000 (14:02 -0700)
committerjilles <redacted>
Thu, 23 Aug 2007 21:02:31 +0000 (14:02 -0700)
ChangeLog
doc/sgml/oper-guide/cmodes.sgml
include/serno.h

index e2e6b914e281540b549fe11d9ce776e9dc51bf66..115373aab94bc87fa56b544a844d519a553defc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
   Log:
   callerid (+g) documentation:
index bd5911654597c659509c9898e4a59d2d1a5bbee2..09e323d9b177dfa64da1176841377614f8961e03 100644 (file)
          is unset, only channel operators may use the INVITE command.
        </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>
       </sect2>
       <sect2>
        <para>
          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).
+         Unlike the INVITE command, this does not override +j, +l and +r.
        </para>
        <para>
          Only channel operators can see +I changes or request the list.
         <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.
         </para>
+       <para>
+         Invited users can join regardless of +j, but are counted as normal.
+       </para>
        <para>
          Due to propagation delays between servers, more users may be
          able to join (by racing for the last slot on each server).
        <para>
          Takes one numeric parameter, the number of users which are allowed to be in the channel before
          further joins are blocked.
+         Invited users may join regardless.
        </para>
        <para>
          Due to propagation delays between servers, more users may be
         <title>+r, block unidentified</title>
         <para>
           When set, this mode prevents unidentified users from joining.
+         Invited users can still join.
         </para>
       </sect2>
       <!-- not planned (jilles)
index 6bc86139b025ba24ecfa8776d445fc4b8b1f162a..12943d17fe017d50b48be34b4d7cabfc1b7ea551 100644 (file)
@@ -1 +1 @@
-#define SERNO "20070818-3556"
+#define SERNO "20070823-3558"