Compare commits
2 Commits
fbc58b0f7d
...
4962b3ef3d
Author | SHA1 | Date | |
---|---|---|---|
4962b3ef3d | |||
c35277bf59 |
@ -160,7 +160,9 @@ class UnicodeEmoji(callbacks.Plugin):
|
|||||||
Prints the Unicode emoji as listed here https://gist.github.com/mogad0n/476c3880dc0e0a059ed03efa265e50f7
|
Prints the Unicode emoji as listed here https://gist.github.com/mogad0n/476c3880dc0e0a059ed03efa265e50f7
|
||||||
"""
|
"""
|
||||||
|
|
||||||
re = emoji[emote]
|
re = emoji.get(emote.lower())
|
||||||
|
if re is None:
|
||||||
|
re = emoji['fuck-off']
|
||||||
irc.reply('%s' % re, msg=msg, prefixNick=False )
|
irc.reply('%s' % re, msg=msg, prefixNick=False )
|
||||||
|
|
||||||
e = wrap(e, ['text'])
|
e = wrap(e, ['text'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user