mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 18:24:03 +00:00
Update lrstanley/girc vendor (#884)
This commit is contained in:
6
vendor/github.com/lrstanley/girc/builtin.go
generated
vendored
6
vendor/github.com/lrstanley/girc/builtin.go
generated
vendored
@ -93,7 +93,11 @@ func handleConnect(c *Client, e Event) {
|
||||
}
|
||||
|
||||
time.Sleep(2 * time.Second)
|
||||
c.RunHandlers(&Event{Command: CONNECTED, Params: []string{c.Server()}})
|
||||
|
||||
c.mu.RLock()
|
||||
server := c.server()
|
||||
c.mu.RUnlock()
|
||||
c.RunHandlers(&Event{Command: CONNECTED, Params: []string{server}})
|
||||
}
|
||||
|
||||
// nickCollisionHandler helps prevent the client from having conflicting
|
||||
|
Reference in New Issue
Block a user