diff --git a/pkg/bot/handlers.go b/pkg/bot/handlers.go index c4af0e6..231a233 100644 --- a/pkg/bot/handlers.go +++ b/pkg/bot/handlers.go @@ -299,8 +299,7 @@ func (b *Type) handleUserPrivacy(ds *discordgo.Session, dm *discordgo.Message, c } else { uu.Privacy = upSet(uu.Privacy, userPrivacyFromString(pp)) } - // XXX - pr := strings.ToTitle(pa) + " " + pp + ". Privacy mode: " + pr := strings.Title(pa) + " " + pp + ". Privacy mode: " if uu.Privacy == userPrivacyAll { pr += userPrivacyAll.String() } else if uu.Privacy == userPrivacyNone {