forked from GitHub/dbot
time is literally the stupidest thing there is
This commit is contained in:
parent
d64375ca50
commit
09f8f525e6
@ -127,7 +127,7 @@ var commands = function (dbot) {
|
|||||||
didKill = true;
|
didKill = true;
|
||||||
var t = ' !P ';
|
var t = ' !P ';
|
||||||
if (timeout) {
|
if (timeout) {
|
||||||
t = ' !T ' + (timeout * 60);
|
t = ' !T ' + timeout + ' ';
|
||||||
}
|
}
|
||||||
dbot.say(event.server, 'operserv', 'akill add ' + banee + t + banee + ' banned by ' + banner + ': ' + reason);
|
dbot.say(event.server, 'operserv', 'akill add ' + banee + t + banee + ' banned by ' + banner + ': ' + reason);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user