X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FFcpInterface.java;h=0ca2f1f9061bf0d522e954a3e96e6eab9ad6b534;hb=58ba9d9a5ac37dc2e08d3d0bce762b3f93bc8de8;hp=1c97f3a0d4f210228a1aadb2f406d3ef797e60b9;hpb=d0c0e1b356a9979067f751b4131840d08bf507f5;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java b/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java index 1c97f3a..0ca2f1f 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java +++ b/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java @@ -64,6 +64,8 @@ public class FcpInterface { commands.put("GetLocalSones", new GetLocalSonesCommand(core)); commands.put("GetPosts", new GetPostsCommand(core)); commands.put("GetPostFeed", new GetPostFeedCommand(core)); + commands.put("LikePost", new LikePostCommand(core)); + commands.put("LikeReply", new LikeReplyCommand(core)); } //