From 09f8f525e604db527f88bff8bdf876e46deb4f83 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 6 Jun 2018 23:20:39 +0100 Subject: [PATCH] time is literally the stupidest thing there is --- 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 75d8a1d..655ca46 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -127,7 +127,7 @@ var commands = function (dbot) { didKill = true; var t = ' !P '; if (timeout) { - t = ' !T ' + (timeout * 60); + t = ' !T ' + timeout + ' '; } dbot.say(event.server, 'operserv', 'akill add ' + banee + t + banee + ' banned by ' + banner + ': ' + reason); }