aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-03 22:30:03 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-03 22:30:03 +0100
commit764c7d1009feda7db971ea7ac6bcb2a4acef0efc (patch)
treef156da4743548d36d0c8ab62633f133c5217fbd5 /bitlbee.c
parentb5c8a34aeff244ffe7a9f4bd5edf827495d0deea (diff)
OTR support, first checkin
Diffstat (limited to 'bitlbee.c')
-rw-r--r--bitlbee.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitlbee.c b/bitlbee.c
index c4b5abb3..8785ecf0 100644
--- a/bitlbee.c
+++ b/bitlbee.c
@@ -138,6 +138,9 @@ int bitlbee_inetd_init()
log_link( LOGLVL_ERROR, LOGOUTPUT_IRC );
log_link( LOGLVL_WARNING, LOGOUTPUT_IRC );
+ /* TODO: Remove debugging log_link's */
+ log_link( LOGLVL_INFO, LOGOUTPUT_IRC );
+ log_link( LOGLVL_DEBUG, LOGOUTPUT_IRC );
return( 0 );
}