Skype probably has like 5 million ways of sending messages

What da fak
This commit is contained in:
Daniel Løvbrøtte Olsen 2016-08-23 22:41:00 +02:00 committed by GitHub
parent 129196b290
commit cbe028a48e

View File

@ -5,5 +5,5 @@ exports.send = function(session, texta) {
} }
exports.regex = function(command) { exports.regex = function(command) {
return RegExp ("^(<at id=\"\\S+\">(@?Dodsorbot|@28:b8381d78-ab09-496c-b382-860a98fa1dc3)<\\/at>\\s)?(" + command + ")", "i"); return RegExp ("^((Edited previous message: )?\\n?<at id=\"\\S+\">(@?Dodsorbot|@28:b8381d78-ab09-496c-b382-860a98fa1dc3)<\\/at>\\s)?(" + command + ")", "i");
} }