beers: catbase more woke than you. bask in his virtue

This commit is contained in:
Chris Sexton 2022-01-17 10:09:15 -05:00
parent d036aacc0a
commit 63c850f9ce
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ func (p *BeersPlugin) sendCheckin(c bot.Connector, channel string, user untappdU
p.addBeers(nil, user.chanNick, "", 1) p.addBeers(nil, user.chanNick, "", 1)
drunken := p.getBeers(user.chanNick, "") drunken := p.getBeers(user.chanNick, "")
msg := fmt.Sprintf("%s just drank %s by %s%s, bringing his drunkeness to %d", msg := fmt.Sprintf("%s just drank %s by %s%s, bringing their drunkeness to %d",
user.chanNick, beerName, breweryName, venue, drunken) user.chanNick, beerName, breweryName, venue, drunken)
if checkin.Rating_score > 0 { if checkin.Rating_score > 0 {
msg = fmt.Sprintf("%s. Rating: %.2f", msg, checkin.Rating_score) msg = fmt.Sprintf("%s. Rating: %.2f", msg, checkin.Rating_score)