diff options
Diffstat (limited to 'vendor/github.com/lrstanley/girc/handler.go')
-rw-r--r-- | vendor/github.com/lrstanley/girc/handler.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/lrstanley/girc/handler.go b/vendor/github.com/lrstanley/girc/handler.go index 4832262a..712886b3 100644 --- a/vendor/github.com/lrstanley/girc/handler.go +++ b/vendor/github.com/lrstanley/girc/handler.go @@ -458,7 +458,6 @@ func recoverHandlerPanic(client *Client, event *Event, id string, skip int) { } client.Config.RecoverFunc(client, err) - return } // HandlerError is the error returned when a panic is intentionally recovered |