bqv/weechat-slack

Emoji translation config options

Opened this issue ยท 0 comments

bqv commented

Add options which defines emoji translation behaviour with options {"text", "unicode", "shortname"} with sample buffer outputs {":)", "๐Ÿ˜„", ":smile:"}.

Options would define behaviour on

  • Incoming messages (not nullable, emoji representation must be chosen)
  • Outgoing messages (nullable, text can be left verbatim)
  • Input Completion (null = "shortname", since we only complete shortnames)

Depends: #3