]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Add more emoticons to emo.pl
authorIlkka Pale <redacted>
Thu, 12 Jun 2014 20:32:41 +0000 (22:32 +0200)
committerIlkka Pale <redacted>
Thu, 12 Jun 2014 20:32:41 +0000 (22:32 +0200)
scripts/emo.pl

index cc2629cba1f5c90767ccf72e5e47a3ca0d0055c8..c1772fab0568156f66cb79cfad496845561b68c8 100644 (file)
@@ -3,7 +3,10 @@
 # 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! (⌐■_■)ノ♪♬
 
@@ -27,6 +30,7 @@ use Irssi::Irc;
 
 %EMOTICONS = (
     happy         => 'ʘ‿ʘ',
+    smile         => '◔ ⌣ ◔',
     flex          => 'ᕙ(⇀‸↼‶)ᕗ',
     shrug         => '¯\_(ツ)_/¯',
     wave          => '(•◡•)/',
@@ -43,7 +47,6 @@ use Irssi::Irc;
     lenny         => '(͡° ͜ʖ ͡°)',
     gift          => '(´・ω・)っ由',
     disapprove    => 'ಠ_ಠ',
-    flex          => 'ᕙ( ͡° ʖ͡°)ᕗ',
     tired         => 'ب_ب',
     handsup       => '╚(•⌂•)╝',
     dance         => '(⌐■_■)ノ♪♬',
@@ -52,7 +55,14 @@ use Irssi::Irc;
     kiss          => '(っ˘з(˘⌣˘ )',
     owl           => '◎▼◎',
     hrm           => '눈_눈',
-    success       => '(•̀ᴗ•́)و'
+    success       => '(•̀ᴗ•́)و',
+    whatever      => '◔_◔',
+    amazed        => '\(◎o◎)/',
+    suave         => '〜( ̄△ ̄〜)',
+    eyes          => 'Ծ_Ծ',
+    ghost         => '༼✷ɷ✷༽',
+    stoned        => '{◕ ◡ ◕}',
+    angry         => '►_◄',
 );
 
 sub emolist {
@@ -78,4 +88,4 @@ sub emo {
 }
 
 Irssi::command_bind('emo', 'emo');
-Irssi::command_bind('emolist', 'emolist');
\ No newline at end of file
+Irssi::command_bind('emolist', 'emolist');
git clone https://git.99rst.org/PROJECT