forked from LimnoriaPlugins/UnicodeEmoji
Compare commits
No commits in common. "b6a02bef56188875efa223bca9a0685fe95d5eb8" and "4c72735bfe8e781ceb0923dfe1436b75e1ffe52a" have entirely different histories.
b6a02bef56
...
4c72735bfe
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user