send a message to wot and see what comes back
[Sone.git] / src / main / java / net / pterodactylus / sone / freenet / wot / WebOfTrustConnector.java
index ca3a38c..8395e8b 100644 (file)
@@ -80,6 +80,14 @@ public class WebOfTrustConnector {
        // ACTIONS
        //
 
+       public void start() {
+               try {
+                       pluginConnector.start();
+               } catch (PluginException e) {
+                       e.printStackTrace();
+               }
+       }
+
        /**
         * Stops the web of trust connector.
         */