X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=quotesite.git;a=blobdiff_plain;f=quotesite.pl;fp=quotesite.pl;h=cfbc3aad22e33e131f45e568ceb0e76a737c6e5f;hp=53850558a75c97ec6e57ad942b133895680b302e;hb=a7dc93cf6988db62a2cf7079bc8f1218b549ee23;hpb=7a2a97ead43f07fbeb25bca43f40c7f994cc77ab 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);});