time is literally the stupidest thing there is

This commit is contained in:
Luke Slater 2018-06-06 23:20:39 +01:00 committed by GitHub
parent d64375ca50
commit 09f8f525e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}