From 5629f2f30867089f73de21be12e3a2baa3d6945b Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 17 Mar 2010 23:50:31 +0100 Subject: [PATCH] Show unknown lines on the server info window --- src/org/yaaic/irc/IRCConnection.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/org/yaaic/irc/IRCConnection.java b/src/org/yaaic/irc/IRCConnection.java index 76e10c6..94eb42a 100644 --- a/src/org/yaaic/irc/IRCConnection.java +++ b/src/org/yaaic/irc/IRCConnection.java @@ -683,10 +683,6 @@ public class IRCConnection extends PircBot protected void onUnknown(String line) { debug("Unknown", line); - return; - - /* - // Currently disabled... to much text Message message = new Message(line); message.setIcon(R.drawable.action); @@ -697,7 +693,6 @@ public class IRCConnection extends PircBot intent.putExtra(Broadcast.EXTRA_SERVER, server.getId()); intent.putExtra(Broadcast.EXTRA_CONVERSATION, ServerInfo.DEFAULT_NAME); service.sendBroadcast(intent); - */ } /** @@ -707,8 +702,7 @@ public class IRCConnection extends PircBot protected void onServerResponse(int code, String response) { debug("ServerResponse", code + " " + response); - return; - + /* // Currently disabled... to much text Message message = new Message(response);