From 3cefdb81bcdc38e822c1cf8bac63946a8b7e8a62 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Wed, 24 Apr 2013 15:50:43 -0500 Subject: [PATCH] Fix last commit, change 'l' to '1' --- channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel.js b/channel.js index b609372e..c700ade4 100644 --- a/channel.js +++ b/channel.js @@ -687,7 +687,7 @@ Channel.prototype.tryQueue = function(user, data) { return; } - if(user.noflood("queue", l.5)) { + if(user.noflood("queue", 1.5)) { return; }