Adding Support for other Chat mods #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting for test by reporter
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DiamantTh/Open-Permanent-Chatlogs#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was wondering if support for this chat mod
https://github.com/DarkKronicle/AdvancedChatCore
could be added as currently your mod doesn't record messages if you are using the mod above
There could be other mods out there with similar issues, but i do not know as of the moment i can create a list if you would like it
Thanks for reporting.
This is because the AdvancedChatCore has overridden the vanilla chatting message handling logic, which terminates the receiving process before Permanent Chatlogs can get the message as its mixin has a lower priority. Thus, setting the priority of this mod to a slightly higher value may hopefully fix most similar problems.
I will apprecicate it if you could offer more more information.