mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 20:44:04 +00:00
Upgrade to latest girc version (irc) (#718)
This commit is contained in:
2
vendor/github.com/lrstanley/girc/client.go
generated
vendored
2
vendor/github.com/lrstanley/girc/client.go
generated
vendored
@ -335,7 +335,7 @@ func (e *ErrEvent) Error() string {
|
||||
return "unknown error occurred"
|
||||
}
|
||||
|
||||
return e.Event.Trailing
|
||||
return e.Event.Last()
|
||||
}
|
||||
|
||||
func (c *Client) execLoop(ctx context.Context, errs chan error, wg *sync.WaitGroup) {
|
||||
|
Reference in New Issue
Block a user