Set write access to true in all commands that change data.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / FcpInterface.java
index bcd70a2..01fae78 100644 (file)
@@ -70,6 +70,7 @@ public class FcpInterface {
                commands.put("CreatePost", new CreatePostCommand(core));
                commands.put("CreateReply", new CreateReplyCommand(core));
                commands.put("DeletePost", new DeletePostCommand(core));
+               commands.put("DeleteReply", new DeleteReplyCommand(core));
        }
 
        //