Fix capability associated with account message-tag

This commit is contained in:
Eric Mertens 2023-08-12 22:28:16 -07:00 committed by Simon Ser
parent fc1151326c
commit e43e472c53
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ func (dc *downstreamConn) SendMessage(ctx context.Context, msg *irc.Message) {
case "time":
supported = dc.caps.IsEnabled("server-time")
case "account":
supported = dc.caps.IsEnabled("account")
supported = dc.caps.IsEnabled("account-tag")
case "batch":
supported = dc.caps.IsEnabled("batch")
}