Made go fmt happy.

This commit is contained in:
Patrick Connolly 2018-11-13 17:49:54 +08:00
parent 2e3d90ef64
commit 6d0dcdb718
2 changed files with 5 additions and 6 deletions

View File

@ -279,7 +279,6 @@ func (gw *Gateway) handleMessage(msg config.Message, dest *bridge.Bridge) []*BrM
} }
} }
// broadcast to every out channel (irc QUIT) // broadcast to every out channel (irc QUIT)
if msg.Channel == "" && msg.Event != config.EventJoinLeave { if msg.Channel == "" && msg.Event != config.EventJoinLeave {
flog.Debug("empty channel") flog.Debug("empty channel")