mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-12-24 08:28:49 -05:00
Disabled debugging of IRC events (logging to debug log)
This commit is contained in:
parent
9f19c0b7ac
commit
da1a11fca0
@ -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 <sebastian@yaaic.org>
|
||||
*/
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user