Fix multiple channel join regression. Closes #639

This commit is contained in:
Wim 2018-12-03 16:36:25 +01:00
parent 84da2d6a29
commit 27f5a1a685
1 changed files with 0 additions and 1 deletions

View File

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