Srs, another variant.

Hopefully that covers all of them
This commit is contained in:
Daniel Løvbrøtte Olsen 2016-08-21 22:10:46 +02:00 committed by GitHub
parent 57651aaf2d
commit 75e5069dd1

View File

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