Compare commits

..

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

View File

@ -43,7 +43,7 @@ emoji = {'innocent':'ʘ‿ʘ',
'tableflip':'(╯°□°)╯︵ ┻━┻', 'tableflip':'(╯°□°)╯︵ ┻━┻',
'putbacktable':'┬─┬ ( ゜-゜ノ)', 'putbacktable':'┬─┬ ( ゜-゜ノ)',
'tidy-up':'┬─┬⃰͡ (ᵔᵕᵔ͜ )', 'tidy-up':'┬─┬⃰͡ (ᵔᵕᵔ͜ )',
'double-flip':'┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻', 'double-Flip':'┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻',
'fisticuffs':'ლ(`ー´ლ)', 'fisticuffs':'ლ(`ー´ლ)',
'cute-bear':'ʕ•ᴥ•ʔ', 'cute-bear':'ʕ•ᴥ•ʔ',
'squinting-bear':'ʕᵔᴥᵔʔ', 'squinting-bear':'ʕᵔᴥᵔʔ',
@ -157,13 +157,9 @@ class UnicodeEmoji(callbacks.Plugin):
def e(self, irc, msg, args, emote): def e(self, irc, msg, args, emote):
"""<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()) re = emoji.get(emote.lower())
if re is None: if re is None:
re = emoji['fuck-off'] re = emoji['fuck-off']