profanity-plugins icon indicating copy to clipboard operation
profanity-plugins copied to clipboard

[emoticons.py] I can't get this plugin to work

Open g4570n opened this issue 3 years ago • 1 comments

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: https://github.com/profanity-im/profanity-plugins/commit/5faccde200050a33b45ac24dea765f48229cf90e#diff-2bf673a502cd2061cb958c02729463534aa7818eec85d5d6fe99a0b824e6ef5a

I have:

$ 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

g4570n avatar May 18 '21 19:05 g4570n

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.

H3rnand3zzz avatar Nov 09 '23 07:11 H3rnand3zzz