diff --git a/user.js b/user.js index ce65879e..cc6d5326 100644 --- a/user.js +++ b/user.js @@ -385,6 +385,9 @@ User.prototype.initCallbacks = function() { this.socket.on("requestSeenlogins", function() { if(this.channel != null) { + if(this.noflood("requestSeenLogins", 0.25)) { + return; + } this.channel.sendRankStuff(this); } }.bind(this));