mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 02:42:16 -05:00
Show unknown lines on the server info window
This commit is contained in:
parent
62f5fcc074
commit
5629f2f308
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user