Dalamud plugin for tracking/filtering chat logs on a per-character basis. Good for crowded events and locations!
Takes ideas and logic from Snooper, and therefore is under the same license. Thank you!
We are now Dalamud official! Find us by enabling test builds in Dalamud Settings -> Experimental -> Get plugin testing builds.
- View individual chat logs for specified characters
- View tracked characters individually or within user-defined, renamable groups
- Stores all chat logs as tabs on a single collapsible window
- Export individual or group chat logs to .txt file!
- Automatic tracking for specified users in settings
- Button to "Add All in Range", tracking all players visible to the plugin
- Filter logs by specific chat channels (i.e. /say, /em, /cwls2, etc)
- Tracking can be turned on/off to save memory
- Bump
AssemblyVersionand/orTestingAssemblyVersionin./WhoSaidWhatNow/WhoSaidWhatNow.json. - Bump
<Version>in./WhoSaidWhatNow/WhoSaidWhatNow.csproj. - Run .NET build in Release mode:
dotnet build --configuration Release - Create new release tag using the
vX.X.Xformat, and attach the release artifact from./WhoSaidWhatNow/WhoSaidWhatNow/bin/x64/Release/latest.zip. - Update
repo.jsonand merged to root branch. Create PR using forked D17 repository with latest commit hash. - Verify updated release is available in Dalamud. Check for updates as necessary.