From: Christian Garbs Date: Sun, 28 Dec 2008 13:07:18 +0000 (+0100) Subject: deactivate debug mode by default X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=xmlrtorrent.git;a=commitdiff_plain;h=928294cf16fe87d0a2550ef58831cc4075b5e7d9 deactivate debug mode by default --- diff --git a/xmlrtorrent.pl b/xmlrtorrent.pl index 0f50ba9..4f63ba7 100644 --- a/xmlrtorrent.pl +++ b/xmlrtorrent.pl @@ -30,7 +30,7 @@ my $PARAMS = { }; # activate debug here -my $debug = 1; +my $debug = 0; # "message public", SERVER_REC, char *msg, char *nick, char *address, char *target signal_add_last("message public" => sub {check_for_link(\@_,1,4,2,0);});