Change leniency of queue antiflood

This commit is contained in:
calzoneman 2013-04-24 15:48:29 -05:00
parent 442c75c507
commit 20bcd95e9e
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ Channel.prototype.tryQueue = function(user, data) {
return; return;
} }
if(user.noflood("queue", 0.25)) { if(user.noflood("queue", l.5)) {
return; return;
} }