3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-25 19:44:22 +01:00
This commit is contained in:
reality 2013-08-25 21:59:06 +00:00
parent 96369ab604
commit 459b6917b5

View File

@ -14,7 +14,7 @@ var report = function(dbot) {
dbot.say(server, nick, message); dbot.say(server, nick, message);
setTimeout(function() { setTimeout(function() {
next(); next();
}, 1000); }, 1500);
}); });
} }
}; };