- Save ExtraChat channel

This commit is contained in:
Infi
2024-12-02 19:26:52 +01:00
parent 5bd6518e1a
commit 6144631b16
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -867,6 +867,8 @@ public sealed class ChatLogWindow : Window
// SendMessage detour.
var bytes = Encoding.UTF8.GetBytes(channel.Value.Prefix());
ChatBox.SendMessageUnsafe(bytes);
Plugin.CurrentTab.CurrentChannel.Channel = channel.Value;
return;
}