Profanity plugin for copying messages to clipboard.
Install pyperclip python module:
pip install pyperclipDownload copy-msg.py and install it in profanity console:
/plugins install <path to copy-msg.py>
/plugins load copy-msg.py
/copy
/copy <message index>
message_index : Defines which message to copy (if not the latest)
Copy the latest message:
/copy
Copy one before last message:
/copy -1