From 66f15b214cb3f29ab38ad94684be3d13de4104a6 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@gmail.com> Date: Fri, 9 Nov 2012 15:50:43 +0100 Subject: [PATCH] J'utilisais 3 secondes pour !later pour les tests --- PlayBot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayBot.pl b/PlayBot.pl index 81e83d4..ea6624d 100755 --- a/PlayBot.pl +++ b/PlayBot.pl @@ -262,7 +262,7 @@ sub on_speak my ($id, $time, $unit) = ($2, $4, $5); $time *= ($unit eq 'm') ? 60 : 3600; - $kernel->delay_set('_later', 3, $nick, $id); + $kernel->delay_set('_later', $time, $nick, $id); return; } -- GitLab