42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Show emojis by converting their string/aliases to unicode #564

Open hloeung opened 11 months ago

hloeung commented 11 months ago

This adds the option to convert emoji strings/aliases to their unicode equivalent characters.

e.g.

:coffee: :unicorn: :rainbow: :tumbler_glass: :musical_note: 

Becomes:

9NBy7Eomeu

Goes nicely with having the fonts-noto-color-emoji package installed.

kot0dama commented 11 months ago

Works for me!