You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
This may be an issue in WeeChat itself but I'm not really sure. I get an issue where some emoji will substitute and others won't.
For instance, a line with [:+1:1] will substitute correctly, but then a line with [:+1:3] won't:
I went as far as adding diagnostics to output what's happening along the way:
Searching for emoji in message: XXXXXXX | XXXXXXX [:+1:3]
Replacing emoji for text: :+1:
Found code point: 1F44D
raw = \U0001f44d
Returning decoded result: 👍
Ended up with message: XXXXXXX | XXXXXXX [👍3]
So it kind of seems like the actual method is returning the right thing, but whatever it's returning isn't being used by weechat.
Other plugins present:
wee_slack
emoji_aliases
autosort
The text was updated successfully, but these errors were encountered:
This may be an issue in WeeChat itself but I'm not really sure. I get an issue where some emoji will substitute and others won't.
For instance, a line with
[:+1:1]
will substitute correctly, but then a line with[:+1:3]
won't:I went as far as adding diagnostics to output what's happening along the way:
So it kind of seems like the actual method is returning the right thing, but whatever it's returning isn't being used by weechat.
Other plugins present:
The text was updated successfully, but these errors were encountered: