mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-06 23:34:13 +02:00
feat: enhance IRC support with display name handling, private channel tracking, and connection identification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user