Welcomebot
From StatusNet
To enable a welcomebot, to greet new users, like this one on identi.ca http://identi.ca/welcomebot
- Create a new user called "welcomebot".
- In your config add this:
$config['newuser']['welcome'] = 'welcomebot';
or run this command
php scripts/setconfig.php newuser welcome welcomebot
At this time the message is not configurable.