change LACONICA to STATUSNET

This commit is contained in:
Evan Prodromou
2009-08-25 18:42:34 -04:00
parent 1ee7d0ab55
commit 865b716f09
266 changed files with 288 additions and 288 deletions

View 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;
}
}