From 6ca88f41336828ed83d5f7913a2cef3fe155e75a Mon Sep 17 00:00:00 2001 From: Wojciech Pawlik Date: Sat, 21 Mar 2020 20:07:07 +0100 Subject: [PATCH] Allow to separate users and reason using -- --- utils/parse.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/parse.js b/utils/parse.js index 9a1862d..85b9047 100644 --- a/utils/parse.js +++ b/utils/parse.js @@ -33,6 +33,7 @@ const regex = XRegExp.tag('snx')`^ \/\w+(@\w+)? (? ${flagsRegex}*) (? (\s+@\w+|\s+\d+)*) + (?:\s+--|\s+—)? (?:\s+(?.*))? $`;