# Irssi script for easy usage of unicode emoticons.
#
# Package `unifont` should have to be installed so that
-# some of these display correctly.
+# some of these display correctly. Depending on the font, some
+# of them may not really work anyway.
+#
+# Feel free to add your own.
#
# Enjoy! (⌐■_■)ノ♪♬
%EMOTICONS = (
happy => 'ʘ‿ʘ',
+ smile => '◔ ⌣ ◔',
flex => 'ᕙ(⇀‸↼‶)ᕗ',
shrug => '¯\_(ツ)_/¯',
wave => '(•◡•)/',
lenny => '(͡° ͜ʖ ͡°)',
gift => '(´・ω・)っ由',
disapprove => 'ಠ_ಠ',
- flex => 'ᕙ( ͡° ʖ͡°)ᕗ',
tired => 'ب_ب',
handsup => '╚(•⌂•)╝',
dance => '(⌐■_■)ノ♪♬',
kiss => '(っ˘з(˘⌣˘ )',
owl => '◎▼◎',
hrm => '눈_눈',
- success => '(•̀ᴗ•́)و'
+ success => '(•̀ᴗ•́)و',
+ whatever => '◔_◔',
+ amazed => '\(◎o◎)/',
+ suave => '〜( ̄△ ̄〜)',
+ eyes => 'Ծ_Ծ',
+ ghost => '༼✷ɷ✷༽',
+ stoned => '{◕ ◡ ◕}',
+ angry => '►_◄',
);
sub emolist {
}
Irssi::command_bind('emo', 'emo');
-Irssi::command_bind('emolist', 'emolist');
\ No newline at end of file
+Irssi::command_bind('emolist', 'emolist');