From da1a11fca04d94abaae65882d412502943c0052a Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 17 Mar 2010 19:38:58 +0100 Subject: [PATCH] Disabled debugging of IRC events (logging to debug log) --- src/org/yaaic/irc/IRCConnection.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/org/yaaic/irc/IRCConnection.java b/src/org/yaaic/irc/IRCConnection.java index 72ccf67..76e10c6 100644 --- a/src/org/yaaic/irc/IRCConnection.java +++ b/src/org/yaaic/irc/IRCConnection.java @@ -40,14 +40,20 @@ import org.yaaic.model.Server; import org.yaaic.model.ServerInfo; import org.yaaic.model.Status; +/** + * The class that actually handles the connection to an IRC server + * + * @author Sebastian Kaspari + */ public class IRCConnection extends PircBot { + public static final String TAG = "Yaaic/IRCConnection"; + private IRCService service; private Server server; // XXX: Print all IRC events to the debug console - private static final boolean DEBUG_EVENTS = true; - public static final String TAG = "Yaaic/IRCConnection"; + private static final boolean DEBUG_EVENTS = false; /** * Create a new connection