From 4f554f4d8ca8447efbdf78d4e72e9ea2ed4959ac Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@gmail.com> Date: Mon, 27 May 2013 12:32:26 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20des=20liens=20envoy=C3=A9s=20?= =?UTF-8?q?=C3=A0=20minuit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PlayBot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayBot.pl b/PlayBot.pl index e38bfd8..18626aa 100755 --- a/PlayBot.pl +++ b/PlayBot.pl @@ -91,7 +91,7 @@ sub flux my ($nbr) = $sth->fetchrow_array; if ($nbr) { - $irc->yield(privmsg => $_ => $nbr.' liens aujourd\'hui : '.$baseurl.$date); + $irc->yield(privmsg => $_ => $nbr.' liens aujourd\'hui : '.$baseurl . substr ($_, 1) . '/' . $date); } } -- GitLab