Merge pull request #4124 from BenoitZugmeyer/fix/scoped-actions

fix: trigger scoped actions
This commit is contained in:
Alexandre Strzelewicz 2019-01-30 20:22:25 +01:00 committed by GitHub
commit 3c1678c820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -763,7 +763,7 @@ module.exports = function(God) {
/*
* Send message
*/
if (cmd.opts == null)
if (cmd.opts == null && !cmd.uuid)
proc.send(cmd.msg);
else
proc.send(cmd);