This commit is contained in:
2026-03-17 19:51:47 +01:00
parent 84c9fa2b60
commit e496cb0017
5 changed files with 42 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ type Client struct {
type ChatGroup struct {
Name string
Members [32]*Client
Id uint32
Members map[uint32]*Client
Color [3]byte
}