From: Ralf Ertzinger Date: Fri, 4 Jul 2008 14:16:13 +0000 (+0200) Subject: - Disable debug X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=quotesite.git;a=commitdiff_plain;h=a7dc93cf6988db62a2cf7079bc8f1218b549ee23 - Disable debug --- diff --git a/quotesite.pl b/quotesite.pl index 5385055..cfbc3aa 100644 --- a/quotesite.pl +++ b/quotesite.pl @@ -20,7 +20,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);});