From ffac94623547796355971e9df0f7b23c74d4c530 Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 1 Jul 2013 18:39:51 +0000 Subject: [PATCH] jaja --- modules/kick/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 21a4174..9602691 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -17,7 +17,7 @@ var commands = function(dbot) { if(!_.isUndefined(minutes)) { minutes = parseFloat(minutes.trim()); - var msTimeout = new Date(new Date().getTime() + (timeout * 3600000)); + var msTimeout = new Date(new Date().getTime() + (minutes * 3600000)); dbot.api.timers.addTimeout(msTimeout, function() { this.api.unquiet(server, quietee, channel); }.bind(this));