f0d6d64666d5f4ac15c4cbffc6bfed7d6aec79a0
The original migration skipped the database move whenever pluginConfigs/HellionChat already existed. In practice that directory is materialised by Dalamud before our plugin constructor runs, so the check was effectively always true and the legacy chat-sqlite.db plus the EmoteCacheV1 directory stayed behind. Walk the legacy directory entry by entry instead. Move every file or subdirectory whose name is not already present on the target side, then delete the legacy directory if it ends up empty. This handles both fresh installs and the realistic case where Dalamud has pre-created an empty config directory for the new plugin.
Chat 2
Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪
Chat 2 is a complete rewrite of the in-game chat window as a plugin. It supports:
- Unlimited tabs
- Tabs that always send to a certain channel
- More flexible filtering
- RGB channel colouring
- Completely variable font size
- Sidebar tabs
- Unread counts
- Emotes
- Screenshot mode (obfuscate names)
Chat Window
With SimpleTweaks "Chat Name Colors"
IPC Integration
Other plugins can easily integrate their functionality into the context menu of chat2 For more infos read IPC Guide
Thanks to
The original dev Anna~

