X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/307328bb13d557f8877d7b8cdc81c7a3c8d92108..f0e3fa7629b26d7dfa6af3764f03384b34b09da5:/doc/sgml/oper-guide/cmodes.sgml diff --git a/doc/sgml/oper-guide/cmodes.sgml b/doc/sgml/oper-guide/cmodes.sgml index c56a1be..09e323d 100644 --- a/doc/sgml/oper-guide/cmodes.sgml +++ b/doc/sgml/oper-guide/cmodes.sgml @@ -57,6 +57,12 @@ This mode takes one parameter of the same form as bans, which overrides +b and +q bans for all clients it matches. + + 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 + Only channel operators can see +e changes or request the list. @@ -98,7 +104,7 @@ is unset, only channel operators may use the INVITE command. - 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. @@ -113,6 +119,7 @@ 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. Only channel operators can see +I changes or request the list. @@ -123,6 +130,9 @@ This mode takes one parameter of the form n:t, where n and t are positive integers. Only n users may join in each period of t seconds. + + Invited users can join regardless of +j, but are counted as normal. + Due to propagation delays between servers, more users may be able to join (by racing for the last slot on each server). @@ -140,6 +150,7 @@ 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. Due to propagation delays between servers, more users may be @@ -237,6 +248,7 @@ +r, block unidentified When set, this mode prevents unidentified users from joining. + Invited users can still join.