summaryrefslogtreecommitdiff
path: root/plugins/example/example.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example/example.php')
-rw-r--r--plugins/example/example.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/example/example.php b/plugins/example/example.php
index e49ee5f27..42550b171 100644
--- a/plugins/example/example.php
+++ b/plugins/example/example.php
@@ -6,6 +6,12 @@ class Example extends Plugin {
private $link;
private $host;
+ function _about() {
+ return array(1.0,
+ "Example plugin #1",
+ "fox");
+ }
+
function __construct($host) {
$this->link = $host->get_link();
$this->host = $host;