X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FFcpInterface.java;h=83e05815cc20c43d9b07d23c30b9cf9eee775932;hb=6326513ecf086da2a2909a0d2a61913078b2870a;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..83e0581 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java +++ b/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java @@ -64,6 +64,7 @@ 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)); } //