feat: enhance IRC support with display name handling, private channel tracking, and connection identification

This commit is contained in:
HueByte
2026-07-16 18:22:34 +02:00
parent b62729dc95
commit b6c01dab15
11 changed files with 118 additions and 20 deletions
+2 -1
View File
@@ -30,6 +30,7 @@ public record UserPresenceDto(
string? NicknameColor,
UserStatus Status,
string? StatusMessage,
ServerRole Role);
ServerRole Role,
bool IsIrc = false);
public record AvatarUploadResponse(string AvatarAscii);