deactivate debug mode by default
authorChristian Garbs <mitch@cgarbs.de>
Sun, 28 Dec 2008 13:07:18 +0000 (14:07 +0100)
committerRalf Ertzinger <sun@lain.camperquake.de>
Sun, 28 Dec 2008 21:24:36 +0000 (22:24 +0100)
xmlrtorrent.pl

index 0f50ba9..4f63ba7 100644 (file)
@@ -30,7 +30,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);});