forked from lug/matterbridge
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