diff --git a/users.js b/users.js index 72b95a978..5473a3ad0 100644 --- a/users.js +++ b/users.js @@ -1020,6 +1020,7 @@ User = (function () { if (this.named) user.prevNames[this.userid] = this.name; this.destroy(); Rooms.global.checkAutojoin(user); + if (Config.loginfilter) Config.loginfilter(user); return true; }