Add userLeave hook

This commit is contained in:
j@mailb.org 2013-06-17 14:32:11 +02:00 committed by j
parent bc5dc74f90
commit 9dd6471921

View file

@ -633,6 +633,9 @@ var paduserlist = (function()
otherUsersInfo.splice(newExistingIndex, 1);
otherUsersData.splice(newExistingIndex, 1);
rowManager.removeRow(newExistingIndex);
hooks.callAll('userLeave', {
userInfo: info
});
updateInviteNotice();
}
}