From c0ea6f8e9551f506a08831fdf4a43e3df3265e34 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 12 Apr 2014 21:28:31 -0700 Subject: [PATCH] update quote link regexp to accept /thread/ --- src/General/lib/post.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/lib/post.class b/src/General/lib/post.class index 0f15e0907..3bda48402 100755 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -96,7 +96,7 @@ class Post return unless match = quotelink.href.match /// boards\.4chan\.org/ ([^/]+) # boardID - /res/\d+#p + /(?:res|thread)/\d+#p (\d+) # postID $ ///