From cbe028a48e025dc8f8fbaad7de8fbb4d3b29a72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 23 Aug 2016 22:41:00 +0200 Subject: [PATCH] Skype probably has like 5 million ways of sending messages What da fak --- dodsorfas/Skypebot/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dodsorfas/Skypebot/helper.js b/dodsorfas/Skypebot/helper.js index 1740376..bc03890 100644 --- a/dodsorfas/Skypebot/helper.js +++ b/dodsorfas/Skypebot/helper.js @@ -5,5 +5,5 @@ exports.send = function(session, texta) { } exports.regex = function(command) { - return RegExp ("^((@?Dodsorbot|@28:b8381d78-ab09-496c-b382-860a98fa1dc3)<\\/at>\\s)?(" + command + ")", "i"); + return RegExp ("^((Edited previous message: )?\\n?(@?Dodsorbot|@28:b8381d78-ab09-496c-b382-860a98fa1dc3)<\\/at>\\s)?(" + command + ")", "i"); } \ No newline at end of file