mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-08 19:22:53 +01:00
modes: Also allow Voice
This commit is contained in:
parent
a833399d35
commit
b633db3c9d
@ -452,6 +452,9 @@ func ParseChannelModeChanges(params ...string) (ModeChanges, map[rune]bool) {
|
||||
break
|
||||
}
|
||||
}
|
||||
if mode == rune(Voice) {
|
||||
isKnown = true
|
||||
}
|
||||
if !isKnown {
|
||||
unknown[mode] = true
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user