Update plugin.py #1

Closed
ixkakaw wants to merge 2 commits from (deleted):master into master

View File

@ -148,6 +148,14 @@ emoji = {'innocent':'ʘ‿ʘ',
'resting-my-eyes':'ᴖ̮ ̮ᴖ',
'peepers':'ಠಠ',
'judgemental':'{ಠʖಠ}',
'mad':'(◣_◢)',
'stalker':'(⊙‿⊙)',
'music':'♬♪♫♩( ( ( (((⦇(-_-)⦈))) ) ) )♬♪♫♩',
'cool': '(⌐■_■)',
'comrade':'(☭ ͜ʖ ☭)',
'scared':'(⚆ᗝ⚆)',
'hearts':'♥‿♥',
'what?':'(•ิ_•ิ)?',
}
@ -175,5 +183,4 @@ class UnicodeEmoji(callbacks.Plugin):
Class = UnicodeEmoji
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: