mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-29 12:22:21 -05:00
Removed response code from server response messages
This commit is contained in:
parent
8869590fad
commit
b94f7cc789
@ -946,7 +946,8 @@ public class IRCConnection extends PircBot
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Currently disabled... to much text
|
// Currently disabled... to much text
|
||||||
Message message = new Message("(" + code + ")" + response);
|
Message message = new Message(response);
|
||||||
|
message.setColor(Message.COLOR_GREY);
|
||||||
server.getConversation(ServerInfo.DEFAULT_NAME).addMessage(message);
|
server.getConversation(ServerInfo.DEFAULT_NAME).addMessage(message);
|
||||||
|
|
||||||
Intent intent = new Intent(Broadcast.CONVERSATION_MESSAGE);
|
Intent intent = new Intent(Broadcast.CONVERSATION_MESSAGE);
|
||||||
|
Loading…
Reference in New Issue
Block a user