3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 06:19:24 +01:00
This commit is contained in:
reality 2013-08-24 23:11:34 +00:00
parent f664ba5e5f
commit 36aae7cad1

View File

@ -282,7 +282,9 @@ var commands = function(dbot) {
'~die': function(event) {
event.reply('BRB coconut hunting...');
process.exit(0);
setTimeout(3000, function() {
process.exit(0);
});
}
};