3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-11 12:32:36 +01:00
This commit is contained in:
reality 2013-08-25 22:05:50 +00:00
parent 459b6917b5
commit 51a7cbaffa

View File

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