- Disable debug
authorRalf Ertzinger <sun@lain.camperquake.de>
Fri, 4 Jul 2008 14:16:13 +0000 (16:16 +0200)
committerRalf Ertzinger <sun@lain.camperquake.de>
Fri, 4 Jul 2008 14:16:13 +0000 (16:16 +0200)
quotesite.pl

index 5385055..cfbc3aa 100644 (file)
@@ -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);});