From d96c7c92ae9437d93cee3c1fa115f5e271e20ea1 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 1 Sep 2012 03:51:08 +0200 Subject: [PATCH] Comment. --- script.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/script.coffee b/script.coffee index 72d5bfaa8..e6095bc48 100644 --- a/script.coffee +++ b/script.coffee @@ -561,6 +561,7 @@ class Post for quotelink in $$ '.quotelink', @nodes.comment # Don't add board links. (>>>/b/) # Don't add text-board quotelinks. (>>>/img/1234) + # Don't count capcode replies as quote. (Admin/Mod/Dev Replies: ...) # Only add quotes that link to posts on an imageboard. if quotelink.hash @.nodes.quotelinks.push quotelink