]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/BlogspamNetPlugin.php
change LACONICA to STATUSNET
[quix0rs-gnu-social.git] / plugins / BlogspamNetPlugin.php
index 602ced6614148c063caa4123b5e8c54b7654e293..c14569746f185f8a547fcadee21aeb71ad8da8fa 100644 (file)
@@ -27,7 +27,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+if (!defined('STATUSNET')) {
     exit(1);
 }
 
@@ -139,6 +139,6 @@ class BlogspamNetPlugin extends Plugin
 
     function userAgent()
     {
-        return 'BlogspamNetPlugin/'.BLOGSPAMNETPLUGIN_VERSION . ' StatusNet/' . LACONICA_VERSION;
+        return 'BlogspamNetPlugin/'.BLOGSPAMNETPLUGIN_VERSION . ' StatusNet/' . STATUSNET_VERSION;
     }
 }