weird styling

This commit is contained in:
John McLear 2013-04-02 23:17:25 +01:00
parent 57a9ccbb88
commit 5855e3d5bf

View file

@ -162,8 +162,7 @@ exports.handleMessage = function(client, message)
});
// If no plugins explicitly told us to drop the message, its ok to proceed
if(!dropMessage){
callback() };
if(!dropMessage){ callback() };
});
}