From e90095792e2720a423fbd6dac572563dbdbdd159 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 31 Jul 2015 00:05:25 -0700 Subject: [PATCH] Add shitpost filter to examples. --- src/General/Config.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index e6e32cdaa..0bcbaf908 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -664,6 +664,8 @@ Config = #/what you\'re refer+ing to as linux/i;boards:g # Filter posts with 20 or more quote links: #/(?:>>\\d(?:(?!>>\\d)[^])*){20}/ + # Filter posts like T H I S / H / I / S: + #/^>?\\s?\\w\\s?(\\w)\\s?(\\w)\\s?(\\w).*$[\\s>]+\\1[\\s>]+\\2[\\s>]+\\3/im """ flag: ''