Skip to content

Commit

Permalink
commented-out debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jul 18, 2006
1 parent d6ab114 commit 03c9458
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion themes/slashcode/tasks/ircslash.pl
Expand Up @@ -150,7 +150,13 @@ sub jabberinit {
my $tls = $constants->{jabberslash_tls}
|| 0;

$jabber = new Net::Jabber::Client;
$jabber = new Net::Jabber::Client (
# debuglevel => 2,
# debugfile => 'stdout',
# debugtime => 1,
);
# $jabber->{DEBUG}{HANDLE} = \*STDOUT;

$jabber->SetCallBacks(
onauth => \&j_on_auth,
message => \&j_on_msg,
Expand Down

0 comments on commit 03c9458

Please sign in to comment.