X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FFcpInterface.java;h=81928dd1ee914ffd069a3dbfcd5a7edc3b1d998f;hb=2581481ff5a60ea2b00fd69df276a3f3a1f4ef21;hp=8841f638bd9ab88b0c6455c1eec76ad202304993;hpb=4ff19298a886f9aa09ef20309a833f9454284482;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 8841f63..81928dd 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java +++ b/src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java @@ -51,6 +51,7 @@ public class FcpInterface { */ public FcpInterface(Core core) { commands.put("Version", new VersionCommand()); + commands.put("GetLocalSones", new GetLocalSonesCommand(core)); commands.put("GetPostFeed", new GetPostFeedCommand(core)); }