diff --git a/gateway/gateway.go b/gateway/gateway.go index 57752718..3d25b275 100644 --- a/gateway/gateway.go +++ b/gateway/gateway.go @@ -332,7 +332,7 @@ func (gw *Gateway) handleMessage(msg config.Message, dest *bridge.Bridge) []*BrM msg.Avatar = gw.modifyAvatar(origmsg, dest) msg.Username = gw.modifyUsername(origmsg, dest) msg.ID = "" - if (gw.Router.GTClient != nil) && (channel.Options.Locale != "") { + if (gw.Router.GTClient != nil) && (channel.Options.Locale != "") && (origmsg.Text != "") { ctx := context.Background()