From 7ebc0332aebb4af5fe52cf30693386a7a9b2602e Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@gmail.com> Date: Thu, 25 Oct 2012 00:25:12 +0200 Subject: [PATCH] suppression des print de debug --- PlayBot.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/PlayBot.pl b/PlayBot.pl index 7662245..b446e56 100755 --- a/PlayBot.pl +++ b/PlayBot.pl @@ -162,7 +162,6 @@ sub on_notice my ($user, $msg) = @_[ARG0, ARG2]; my ($nick) = split(/!/,$user); - print $nick.' : '.$msg."\n"; return unless ($nick =~ /^NickServ$/i); my $nickToVerify = shift @nicksToVerify; -- GitLab