X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpConnection.java;h=d4271a57c2571d6a326c14fd930bbbe91d523987;hb=4d849ec50a85129aa5259be84f4ffb3dbdd579e4;hp=e9db7005165defc986127df5c89c3c252dc5ae89;hpb=d09c1e793db490ac2339b048b35bf47257a2dd56;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpConnection.java b/src/net/pterodactylus/fcp/FcpConnection.java index e9db700..d4271a5 100644 --- a/src/net/pterodactylus/fcp/FcpConnection.java +++ b/src/net/pterodactylus/fcp/FcpConnection.java @@ -309,6 +309,8 @@ public class FcpConnection implements Closeable { fcpListenerManager.fireReceivedNodeHello(new NodeHello(fcpMessage)); } else if ("CloseConnectionDuplicateClientName".equals(messageName)) { fcpListenerManager.fireReceivedCloseConnectionDuplicateClientName(new CloseConnectionDuplicateClientName(fcpMessage)); + } else if ("ReceivedBookmarkFeed".equals(messageName)) { + fcpListenerManager.fireReceivedBookmarkFeed(new ReceivedBookmarkFeed(fcpMessage)); } else { fcpListenerManager.fireMessageReceived(fcpMessage); } @@ -337,8 +339,8 @@ public class FcpConnection implements Closeable { // /** - * Incremets the counter in {@link #incomingMessageStatistics} by 1 - * for the given message name. + * Incremets the counter in {@link #incomingMessageStatistics} by + * 1 for the given message name. * * @param name * The name of the message to count