X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FFcpInterface.java;h=bcd70a2bdf84f73f2051debe5417fd0df92d66e2;hb=b8628d48bb269c5acf67f84c078d92a132a630ff;hp=7b3663f9ee94e49bdabe4e1a72e4d21a69841ce8;hpb=c35b60c40e2278302049a801edaa0065883fac98;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 7b3663f..bcd70a2 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java +++ b/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java @@ -67,6 +67,9 @@ public class FcpInterface { commands.put("GetPostFeed", new GetPostFeedCommand(core)); commands.put("LikePost", new LikePostCommand(core)); commands.put("LikeReply", new LikeReplyCommand(core)); + commands.put("CreatePost", new CreatePostCommand(core)); + commands.put("CreateReply", new CreateReplyCommand(core)); + commands.put("DeletePost", new DeletePostCommand(core)); } //