diff --git a/smiley_pack/smiley_pack.php b/smiley_pack/smiley_pack.php index c2d9a241..4cfcc95d 100644 --- a/smiley_pack/smiley_pack.php +++ b/smiley_pack/smiley_pack.php @@ -27,7 +27,7 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':chick'; $b['icons'][] = '' . ':chick' . ''; - $b['texts'][] = ':bee'; + $b['texts'][] = ':bumblebee'; $b['icons'][] = '' . ':bee' . ''; $b['texts'][] = ':ladybird'; @@ -126,8 +126,8 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':catdevil'; $b['icons'][] = '' . ':catdevil' . ''; - $b['texts'][] = ':devil'; - $b['icons'][] = '' . ':devil' . ''; + $b['texts'][] = ':devillish'; + $b['icons'][] = '' . ':devillish' . ''; $b['texts'][] = ':daseesaw'; $b['icons'][] = '' . ':daseesaw' . ''; @@ -214,7 +214,7 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':inlove'; $b['icons'][] = '' . ':inlove' . ''; - $b['texts'][] = ':love'; + $b['texts'][] = '~love'; $b['icons'][] = '' . ':love' . ''; $b['texts'][] = ':lovebear'; @@ -304,8 +304,8 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':dragon'; $b['icons'][] = '' . ':dragon' . ''; - $b['texts'][] = ':dragonwhelp'; - $b['icons'][] = '' . ':dragonwhelp' . ''; + $b['texts'][] = ':draco'; + $b['icons'][] = '' . ':draco' . ''; $b['texts'][] = ':ghost'; $b['icons'][] = '' . ':ghost' . '';