Upvote regexp bugfix.
This commit is contained in:
parent
edd6f5477a
commit
534b6f1da2
@ -5,9 +5,7 @@ Upvotes =
|
||||
(?:^>.*\n)+\s*
|
||||
(?:
|
||||
\u305D\u3046\u3060\u306D
|
||||
|
|
||||
(?:
|
||||
this(?!\ )
|
||||
|this(?!\ )
|
||||
|\+1
|
||||
|upvote(?!\ )d?
|
||||
|under[\ -]?rated
|
||||
@ -17,8 +15,7 @@ Upvotes =
|
||||
|(?:fukken\ |fucking\ )?saved
|
||||
|nice(?!\ )
|
||||
)
|
||||
\b
|
||||
)
|
||||
(?=\b|\W|$)
|
||||
///gmi
|
||||
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user