// Smilies::add($b, ':fartinbed', '&#x;');
// Smilies::add($b, ':fartblush', '&#x;');
-// Drinks
-
- Smilies::add($b, ':tea', '☕');
-// Smilies::add($b, ':drool', '🤤'); // Bad client support
-
// Sad smileys
Smilies::add($b, ':crying', '😢');
// Regex killers - stick these at the bottom so they appear at the end of the English and
// at the start of $OtherLanguage.
+// Drinks
+
+ Smilies::add($b, ':tea', '☕');
+// Smilies::add($b, ':drool', '🤤'); // Bad client support
+
Smilies::add($b, ':cool', '🆒');
// Smilies::add($b, ':vomit', '🤮'); // Bad client support
Smilies::add($b, ':golf', '🏌');