- Disable debug
[quotesite.git] / 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);});