Add command that removes a plugin
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 5b3b2b1..67c11ee 100644 (file)
@@ -25,5 +25,7 @@ public interface FcpClient {
        ModifyPeerNoteCommand modifyPeerNote();
 
        LoadPluginCommand loadPlugin();
+       ReloadPluginCommand reloadPlugin();
+       RemovePluginCommand removePlugin();
 
 }