Fix canonical gofmt style in bridge/irc/handlers.go

Co-Authored-By: chotaire <chotaire@chotaire.net>
This commit is contained in:
fixmie[bot]
2019-04-18 21:53:24 +02:00
committed by GitHub
parent 9fd6c864fe
commit 61b8883922

View File

@@ -91,7 +91,6 @@ func (b *Birc) handleJoinPart(client *girc.Client, event girc.Event) {
if b.GetBool("nosendjoinpart") {
return
}
msg := config.Message{}
if b.GetBool("verbosejoinpart") {
b.Log.Debugf("<= Sending verbose JOIN_LEAVE event from %s to gateway", b.Account)