summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lrstanley/girc/handler.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-03-25 22:01:02 +0100
committerGitHub <noreply@github.com>2022-03-25 22:01:02 +0100
commit5f75f9886d4458c5b08ae7f98a20f85415c3d706 (patch)
tree46c2bcc08ce6f9cb9ef0e1a7279ef534938c8700 /vendor/github.com/lrstanley/girc/handler.go
parent5d9604cd15513dce2244f0a4d2f8e67a6ee22455 (diff)
downloadmatterbridge-msglm-5f75f9886d4458c5b08ae7f98a20f85415c3d706.tar.gz
matterbridge-msglm-5f75f9886d4458c5b08ae7f98a20f85415c3d706.tar.bz2
matterbridge-msglm-5f75f9886d4458c5b08ae7f98a20f85415c3d706.zip
Update lrstanley/girc dep (#1773)
Diffstat (limited to 'vendor/github.com/lrstanley/girc/handler.go')
-rw-r--r--vendor/github.com/lrstanley/girc/handler.go1
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