Muting a channel now stops you from transmitting, it acts sort of like deafen.

This commit is contained in:
Storm Dragon
2025-01-16 17:47:39 -05:00
parent 2e337db3c5
commit 356ff5a3a8
4 changed files with 341 additions and 318 deletions

View File

@ -158,6 +158,7 @@ func main() {
Config: gumble.NewConfig(),
UserConfig: userConfig,
Address: *server,
MutedChannels: make(map[uint32]bool),
}
b.Config.Buffers = *buffers