Merge pull request #818 from MarkTraceur/kick-on-deauth

Kick on deauth
This commit is contained in:
John McLear 2012-06-26 16:09:14 -07:00
commit 0bc01feb72
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ exports.handleMessage = function(client, message)
},
finalHandler
]);
} else {
finalHandler();
}
}