From bb095022e08d9e2917457cb0cab416f579d9bd8a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 17 Apr 2020 22:02:57 -0400 Subject: [PATCH] remove 8) from regex because it is used quite a bit in mutt and other apps. Try to make the Oo emoticon not misfire. --- config/punctuation/default.conf | 3 +-- config/punctuation/en.conf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/punctuation/default.conf b/config/punctuation/default.conf index a3bbd7c3..e90d9bf5 100644 --- a/config/punctuation/default.conf +++ b/config/punctuation/default.conf @@ -57,7 +57,6 @@ regex;[\s*|'|"][\s*|'|"]>:\):===:evil smile regex;[\s*|'|"][\s*|'|"]>:-\):===:evil smile regex;[\s*|'|"][\s*|'|"]\\o/:===:Hurray regex;[\s*|'|"][\s*|'|"]:/:===:confused -regex;[\s*|'|"][\s*|'|"]8\):===:smile with sunglasses regex;[\s*|'|"]:D[\s*|'|"]:===:laugh regex;[\s*|'|"];\)[\s*|'|"]:===:wink regex;[\s*|'|"]XD[\s*|'|"]:===:LOL @@ -69,5 +68,5 @@ regex;[\s*|'|"]->[\s*|'|"]:===:arrow right # or #([ |^])<-([ ,.!?$]):===:arrow left\2 regex;[\s*|'|"]<-[\s*|'|"]:===:arrow left -regex;[\s*|'|"](Oo)|(oO)[\s*|'|"]:===:WTF? +regex;[\s+|'|"](Oo)|(oO)[\s+|'|"]:===:WTF? regex;[\s*|'|"]\^\^[\s*|'|"]:===:enjoy smile diff --git a/config/punctuation/en.conf b/config/punctuation/en.conf index 686ce536..8656411c 100644 --- a/config/punctuation/en.conf +++ b/config/punctuation/en.conf @@ -57,7 +57,6 @@ regex;[\s*|'|"][\s*|'|"]>:\):===:evil smile regex;[\s*|'|"][\s*|'|"]>:-\):===:evil smile regex;[\s*|'|"][\s*|'|"]\\o/:===:Hurray regex;[\s*|'|"][\s*|'|"]:/:===:confused -regex;[\s*|'|"][\s*|'|"]8\):===:smile with sunglasses regex;[\s*|'|"]:D[\s*|'|"]:===:laugh regex;[\s*|'|"];\)[\s*|'|"]:===:wink regex;[\s*|'|"]XD[\s*|'|"]:===:LOL @@ -69,5 +68,5 @@ regex;[\s*|'|"]->[\s*|'|"]:===:arrow right # or #([ |^])<-([ ,.!?$]):===:arrow left\2 regex;[\s*|'|"]<-[\s*|'|"]:===:arrow left -regex;[\s*|'|"][O|o][O|o][\s*|'|"]:===:WTF? +regex;[\s+|'|"][O|o][O|o][\s+|'|"]:===:WTF? regex;[\s*|'|"]\^\^[\s*|'|"]:===:enjoy smile