From a7dc93cf6988db62a2cf7079bc8f1218b549ee23 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Fri, 4 Jul 2008 16:16:13 +0200 Subject: [PATCH] - Disable debug --- quotesite.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);}); -- 1.8.3.1