Add “CreateReply” FCP command.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / FcpInterface.java
index 4e8ecc4..3d76d42 100644 (file)
@@ -68,6 +68,7 @@ public class FcpInterface {
                commands.put("LikePost", new LikePostCommand(core));
                commands.put("LikeReply", new LikeReplyCommand(core));
                commands.put("CreatePost", new CreatePostCommand(core));
+               commands.put("CreateReply", new CreateReplyCommand(core));
        }
 
        //