one for the ladies who get poked by undesirables.

This commit is contained in:
friendica 2012-07-20 00:47:30 -07:00
parent 700569c7d6
commit 43d986cab2
1 changed files with 2 additions and 1 deletions

View File

@ -716,7 +716,8 @@ function get_poke_verbs() {
'ping' => array( 'pinged', t('ping'), t('pinged')),
'prod' => array( 'prodded', t('prod'), t('prodded')),
'slap' => array( 'slapped', t('slap'), t('slapped')),
'finger' => array( 'fingered', t('finger'), t('fingered'))
'finger' => array( 'fingered', t('finger'), t('fingered')),
'rebuff' => array( 'rebuffed', t('rebuff'), t('rebuffed')),
);
call_hooks('poke_verbs', $arr);
return $arr;