5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-24 16:41:36 +00:00

Fix multiple channel join regression. Closes #639

This commit is contained in:
Wim 2018-12-03 16:36:25 +01:00
parent c78bd24c61
commit 95bcca7335

View File

@ -172,7 +172,6 @@ func (b *Birc) JoinChannel(channel config.ChannelInfo) error {
} else {
b.i.Cmd.Join(channel.Name)
}
b.authDone = false
return nil
}