Add command that loads a plugin
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index ab25d61..5b3b2b1 100644 (file)
@@ -24,4 +24,6 @@ public interface FcpClient {
        ListPeerNotesCommand listPeerNotes();
        ModifyPeerNoteCommand modifyPeerNote();
 
+       LoadPluginCommand loadPlugin();
+
 }