]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/sgml/oper-guide/cmodes.sgml
[svn] Add what /invite actually does (bypass +ijlr).
[irc/rqf/shadowircd.git] / doc / sgml / oper-guide / cmodes.sgml
index ee18a4d5f9455229b642f4fcee4c73770cae5e0d..bd5911654597c659509c9898e4a59d2d1a5bbee2 100644 (file)
          This mode takes one parameter of the same form as bans, which
          overrides +b and +q bans for all clients it matches.
        </para>
+       <para>
+         This can be useful if it is necessary to ban an entire ISP
+         due to persistent abuse, but some users from that ISP should
+         still be allowed in. For example:
+         /mode #channel +be *!*@*.example.com *!*someuser@host3.example.com
+       </para>
        <para>
          Only channel operators can see +e changes or request the list.
        </para>
        <title>+g, allow anybody to invite</title>
        <para>
          When this mode is set, anybody may use the INVITE command on the channel in question. When it
-         is unset, only channel operators may use the INVITE command
-         (unless the invite_ops_only option is disabled and +i is
-         not set).
+         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.