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
$ profanity -v
Profanity, version 0.10.0
Copyright (C) 2012 - 2019 James Booth <[email protected]>.
Copyright (C) 2019 - 2021 Michael Vetter <[email protected]>.
License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Build information:
XMPP library: libmesode
Desktop notification support: Disabled
OTR support: Enabled (libotr 4.1.1)
PGP support: Enabled (libgpgme 1.15.1)
OMEMO support: Enabled
C plugins: Enabled
Python plugins: Enabled (3.8.8)
GTK icons: Disabled
The text was updated successfully, but these errors were encountered:
Thank you for the report. The problem is that profanity does not replace sent messages, it does so only after reloading from the DB. But it does replace received messages. That's a problem anyway, so the problem is going to be issue for the profanity and not profanity-plugins.
I downloaded the code from here: https://github.com/profanity-im/profanity-plugins/blob/master/stable/emoticons.py
I installed it using the command in
profanity
. Also I did:$ pip install future
, but when I send:)
it does not convert to unicode.Am I missing any more extra steps or is there a problem with the plugin?
I also found this other modified code, but it didn't work for me either:
5faccde#diff-2bf673a502cd2061cb958c02729463534aa7818eec85d5d6fe99a0b824e6ef5a
I have:
The text was updated successfully, but these errors were encountered: