Version bump and AGPL v3 move.

This commit is contained in:
2025-08-29 22:19:23 +01:00
parent 9e5398105e
commit cb00f73fc7
5 changed files with 643 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ public class ChatService : DisposableMediatorSubscriberBase
{
var chatMsg = message.ChatMsg;
var prefix = new SeStringBuilder();
prefix.AddText("[BnnuyChat] ");
prefix.AddText("[SnowChat] ");
_chatGui.Print(new XivChatEntry{
MessageBytes = [..prefix.Build().Encode(), ..message.ChatMsg.PayloadContent],
Name = chatMsg.SenderName,