]> jfr.im git - irc/freenode/web-7.0.git/blame - content/news/2014-06-18-new-extban-j.md
Create 2017-02-17-django-ama.md
[irc/freenode/web-7.0.git] / content / news / 2014-06-18-new-extban-j.md
CommitLineData
c5293e15 1---
849bdd6f
SB
2author: Pricey
3date: 2014-06-18 15:54:08+00:00
4slug: new-extban-j
eeb00e73 5title: New extban: $j
c5191f36
EK
6category: freenode
7category: infrastructure
8category: technical
df8e5765 9imported: yes
849bdd6f 10---
849bdd6f
SB
11We have loaded a new module on the network which provides the $j extban type:
12
951245ff 13> $j:<chan> - matches users who are or are not banned from a specified channel
849bdd6f
SB
14
15As an example...
16
951245ff 17> /mode #here +b $j:#timbuktu
849bdd6f
SB
18
19...would ban users from #here that are banned (+b) in #timbuktu.
34876803 20
849bdd6f
SB
21Please note that there are a couple of gotchas:
22
951245ff 23 * Only matching +b list entries are checked. Quiets (+q) Exemptions (+e) & invexes (+I) are NOT then considered. As such, the following mode change would not alter the behaviour of the first example:
849bdd6f 24
951245ff 25 > /mode #timbuktu +e \*!\*@\*
849bdd6f 26
951245ff 27 * Quiets and the quieting effect of bans may not immediately take effect on #here when #timbuktu's ban list changes due to caching by the ircd.
849bdd6f 28
951245ff 29 * $j isn't recursive. Any $j extbans set in #timbuktu are ignored when matching in #here.
849bdd6f
SB
30
31We imagine you'll have some more useful use cases than the above.
34876803 32
849bdd6f 33Thanks for flying freenode!