send a message to wot and see what comes back
[Sone.git] / src / main / java / net / pterodactylus / sone / freenet / wot / WebOfTrustConnector.java
index 6f5ef85..8395e8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - WebOfTrustConnector.java - Copyright © 2010–2013 David Roden
+ * Sone - WebOfTrustConnector.java - Copyright © 2010–2015 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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.
         */