mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-29 20:32:22 -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)
|
protected void onUnknown(String line)
|
||||||
{
|
{
|
||||||
debug("Unknown", line);
|
debug("Unknown", line);
|
||||||
return;
|
|
||||||
|
|
||||||
/*
|
|
||||||
// Currently disabled... to much text
|
|
||||||
|
|
||||||
Message message = new Message(line);
|
Message message = new Message(line);
|
||||||
message.setIcon(R.drawable.action);
|
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_SERVER, server.getId());
|
||||||
intent.putExtra(Broadcast.EXTRA_CONVERSATION, ServerInfo.DEFAULT_NAME);
|
intent.putExtra(Broadcast.EXTRA_CONVERSATION, ServerInfo.DEFAULT_NAME);
|
||||||
service.sendBroadcast(intent);
|
service.sendBroadcast(intent);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -707,7 +702,6 @@ public class IRCConnection extends PircBot
|
|||||||
protected void onServerResponse(int code, String response)
|
protected void onServerResponse(int code, String response)
|
||||||
{
|
{
|
||||||
debug("ServerResponse", code + " " + response);
|
debug("ServerResponse", code + " " + response);
|
||||||
return;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Currently disabled... to much text
|
// Currently disabled... to much text
|
||||||
|
Loading…
Reference in New Issue
Block a user