mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 10:12:00 -08:00
Set firstConnect after first connect
This commit is contained in:
parent
9f24a1e54f
commit
17849a5626
@ -176,6 +176,7 @@ func (b *Bsoulseek) loginLoop() {
|
||||
}
|
||||
|
||||
// Now we are connected
|
||||
firstConnect = false;
|
||||
select {
|
||||
case err = <-b.fatalErrors:
|
||||
b.Log.Errorf("%s", err)
|
||||
|
Loading…
Reference in New Issue
Block a user