WHERE ARE THE BRAKES? Fix sending both UNREACHABLE and MESSAGES_IGNORED messages to /msg sender.

This commit is contained in:
Ali Moghnieh 2015-11-03 23:39:18 +00:00
parent cf448cd1cc
commit fc8ee7f25f

View File

@ -59,6 +59,7 @@ public class SimpleMessageRecipient implements IMessageRecipient {
switch (messageResponse) {
case UNREACHABLE:
sendMessage(tl("recentlyForeverAlone", recipient.getDisplayName()));
break;
case MESSAGES_IGNORED:
sendMessage(tl("msgIgnore", recipient.getDisplayName()));
break;