X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=smiley_pack%2Fsmiley_pack.php;h=ed4d0e651405e8d56d57f8794779c61f7b8628dd;hb=10843ca8aca8ace932bdc107d35f140c2f82bea5;hp=d85f9b5eddd268f97f4c942b738efb8e0aefd204;hpb=4a4bf31fae37c8a8f25bdde8803e7f5ccedec40b;p=friendica-addons.git diff --git a/smiley_pack/smiley_pack.php b/smiley_pack/smiley_pack.php index d85f9b5e..ed4d0e65 100644 --- a/smiley_pack/smiley_pack.php +++ b/smiley_pack/smiley_pack.php @@ -13,7 +13,7 @@ function smiley_pack_install() { register_hook('smilie', 'addon/smiley_pack/smiley_pack.php', 'smiley_pack_smilies'); } -function smiley_pack__uninstall() { +function smiley_pack_uninstall() { unregister_hook('smilie', 'addon/smiley_pack/smiley_pack.php', 'smiley_pack_smilies'); } @@ -214,8 +214,8 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':basketball'; $b['icons'][] = '' . ':basketball' . ''; - $b['texts'][] = ':bowling'; - $b['icons'][] = '' . ':bowling' . ''; + $b['texts'][] = '~bowling'; + $b['icons'][] = '' . '~bowling' . ''; $b['texts'][] = ':cycling'; $b['icons'][] = '' . ':cycling' . ''; @@ -284,6 +284,9 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':pillow'; $b['icons'][] = '' . ':pillow' . ''; + $b['texts'][] = ':yawn'; + $b['icons'][] = '' . ':yawn' . ''; + #Fight/Flame/Violent smileys $b['texts'][] = ':2guns';