doc/features/extban.txt: document $j, $x, and $z
This commit is contained in:
parent
1d107bae93
commit
c57762ed50
1 changed files with 12 additions and 0 deletions
|
@ -42,6 +42,10 @@ exists and is not +s or +p. (The ops of the channel the ban is on cannot
|
||||||
necessarily see whether the user is in the target channel, so it should not
|
necessarily see whether the user is in the target channel, so it should not
|
||||||
influence whether they can join either.)
|
influence whether they can join either.)
|
||||||
|
|
||||||
|
extb_canjoin.so
|
||||||
|
$j:<channel>
|
||||||
|
matches users who are or are not banned from a specified channel
|
||||||
|
|
||||||
extb_oper.so
|
extb_oper.so
|
||||||
$o
|
$o
|
||||||
matches opers (most useful with +I)
|
matches opers (most useful with +I)
|
||||||
|
@ -56,6 +60,14 @@ extb_server.so
|
||||||
matches users connected to a server matching the mask (* and ? wildcards);
|
matches users connected to a server matching the mask (* and ? wildcards);
|
||||||
this can only be used with +b and +q
|
this can only be used with +b and +q
|
||||||
|
|
||||||
|
extb_extgecos.so
|
||||||
|
$x:<mask>
|
||||||
|
bans all users with matching nick!user@host#gecos
|
||||||
|
|
||||||
|
extb_ssl.so
|
||||||
|
$z
|
||||||
|
matches all SSL users
|
||||||
|
|
||||||
Comparisons:
|
Comparisons:
|
||||||
|
|
||||||
+b $~a is similar to +r but also prevents not logged in users talking or
|
+b $~a is similar to +r but also prevents not logged in users talking or
|
||||||
|
|
Loading…
Reference in a new issue