forked from GNUsocial/gnu-social
User agents and generators changed to GNU social
This commit is contained in:
@@ -143,9 +143,9 @@ class BlogspamNetPlugin extends Plugin
|
||||
return '127.0.0.1';
|
||||
}
|
||||
|
||||
function userAgent()
|
||||
function version()
|
||||
{
|
||||
return 'BlogspamNetPlugin/'.BLOGSPAMNETPLUGIN_VERSION . ' StatusNet/' . STATUSNET_VERSION;
|
||||
return BLOGSPAMNETPLUGIN_VERSION;
|
||||
}
|
||||
|
||||
function onPluginVersion(&$versions)
|
||||
|
Reference in New Issue
Block a user