From a84e0c0e6f4c392214e8851148ad2078292bf87e Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Thu, 29 Sep 2016 00:33:40 -0700 Subject: add whitespace and anchors --- wee_slack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wee_slack.py b/wee_slack.py index 37d9248..6c1dec7 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -369,7 +369,7 @@ def buffer_input_cb(b, buffer, data): channel = channels.find(buffer) if not channel: return w.WEECHAT_RC_OK_EAT - reaction = re.match("(\d*)(\+|-):(.*):", data) + reaction = re.match("^\s*(\d*)(\+|-):(.*):\s*$", data) if not reaction and not data.startswith('s/'): channel.send_message(data) # channel.buffer_prnt(channel.server.nick, data) -- cgit