]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - content/news/2014-06-18-new-extban-j.md
Freenode foss (#507)
[irc/freenode/web-7.0.git] / content / news / 2014-06-18-new-extban-j.md
index 5a82e71ca4ab9767d6b4f9fdee5f1bc542b08ecc..eecfe57427d96be9bcd3856d2be6e2fb5a27a641 100644 (file)
@@ -1,47 +1,33 @@
+---
 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
+robots: noindex
 ---
 We have loaded a new module on the network which provides the $j extban type:
 
-
-<blockquote>$j:<chan> - matches users who are or are not banned from a specified channel</blockquote>
-
+> $j:&lt;chan&gt; - matches users who are or are not banned from a specified channel
 
 As an example...
 
-
-<blockquote>/mode #here +b $j:#timbuktu</blockquote>
-
+> /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:
-
-
-
-
-<blockquote>/mode #timbuktu +e *!*@*</blockquote>
-
-
-
-
-
-       
-  * 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.