Enable welcome bot to broadcast it's notices

This commit is contained in:
Carlos Perilla 2009-08-31 23:01:36 -05:00 committed by Craig Andrews
parent 5fd7ed5b14
commit bf701b8235
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ class User extends Memcached_DataObject
common_config('site', 'name'),
$user->nickname),
'system');
common_broadcast_notice($notice);
}
}