Compare commits

..

No commits in common. "f462bb1798a2d21300207bcfb283b2a9c7e949d3" and "4962b3ef3d05905bdf49d36fa2f4977dbd05e8ba" have entirely different histories.

View File

@ -43,7 +43,7 @@ emoji = {'innocent':'ʘ‿ʘ',
'tableflip':'(╯°□°)╯︵ ┻━┻',
'putbacktable':'┬─┬ ( ゜-゜ノ)',
'tidy-up':'┬─┬⃰͡ (ᵔᵕᵔ͜ )',
'double-flip':'┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻',
'double-Flip':'┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻',
'fisticuffs':'ლ(`ー´ლ)',
'cute-bear':'ʕ•ᴥ•ʔ',
'squinting-bear':'ʕᵔᴥᵔʔ',
@ -157,13 +157,9 @@ class UnicodeEmoji(callbacks.Plugin):
def e(self, irc, msg, args, emote):
"""<emote>
Prints the Unicode emoji as listed with `!e list`
Prints the Unicode emoji as listed here https://gist.github.com/mogad0n/476c3880dc0e0a059ed03efa265e50f7
"""
if emote == 'list':
irc.reply(', '.join(emoji.keys()), msg=msg, prefixNick=False)
return
re = emoji.get(emote.lower())
if re is None:
re = emoji['fuck-off']