Merge pull request #2730 from emilyxxie/clientready_hook

added clientReady hook
This commit is contained in:
Stefan 2015-10-10 13:30:36 +02:00
commit 9d29b15def
2 changed files with 19 additions and 0 deletions

View file

@ -1020,6 +1020,8 @@ function handleClientReady(client, message)
var currentTime;
var padIds;
hooks.callAll("clientReady", message);
async.series([
//Get ro/rw id:s
function (callback)