I currently have a slash function to clear chat with a /clear command that runs SELECTED_CHAT_FRAME:Clear()
I would like to modify this to also clear that character's chat history. Would appreciate any tip regarding this, thanks.
How can I clear elvui's saved chat history for a character via lua?
2There should be a button to clear Chat History and a button to clear Editbox History under /ec -> Chat -> General
LuckyoneUI Community Discord: https://discord.gg/xRY4bwA
How can I clear elvui's saved chat history for a character via lua?
3That button seems to clear the history of what you've sent, i'm not interested in that. I want to clear received messages history with a lua function or slash command and not a button.