diff --git a/irc/modes.go b/irc/modes.go index d7063ab3..80cbdaeb 100644 --- a/irc/modes.go +++ b/irc/modes.go @@ -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