X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/c5191f36cd34ba018b4bd133f1fe15a77f1fbccf..44253344d302ced503af44591d4e5201424ac6b1:/content/news/2014-06-18-new-extban-j.md diff --git a/content/news/2014-06-18-new-extban-j.md b/content/news/2014-06-18-new-extban-j.md index 5a82e71ca..bdb9d6a1a 100644 --- a/content/news/2014-06-18-new-extban-j.md +++ b/content/news/2014-06-18-new-extban-j.md @@ -1,47 +1,32 @@ +--- author: Pricey date: 2014-06-18 15:54:08+00:00 slug: new-extban-j -title: 'New extban: $j' +title: New extban: $j category: freenode category: infrastructure category: technical +imported: yes --- We have loaded a new module on the network which provides the $j extban type: - -
$j: - matches users who are or are not banned from a specified channel
- +> $j:<chan> - matches users who are or are not banned from a specified channel As an example... - -
/mode #here +b $j:#timbuktu
- +> /mode #here +b $j:#timbuktu ...would ban users from #here that are banned (+b) in #timbuktu. Please note that there are a couple of gotchas: + * 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: + > /mode #timbuktu +e \*!\*@\* - - * 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: - - - - -
/mode #timbuktu +e *!*@*
- - - - - - - * 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. - - - * $j isn't recursive. Any $j extbans set in #timbuktu are ignored when matching in #here. + * 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. + * $j isn't recursive. Any $j extbans set in #timbuktu are ignored when matching in #here. We imagine you'll have some more useful use cases than the above.