only say honks, not bonks, are qonks. the silliness never ends.

This commit is contained in:
Ted Unangst 2019-07-06 13:25:25 -04:00
parent 340330c85f
commit c78a6828fb
1 changed files with 3 additions and 1 deletions

View File

@ -555,7 +555,9 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk {
convoy, _ = obj.GetString("conversation") convoy, _ = obj.GetString("conversation")
} }
if ot == "Question" { if ot == "Question" {
what = "qonk" if what == "honk" {
what = "qonk"
}
content += "<ul>" content += "<ul>"
ans, _ := obj.GetArray("oneOf") ans, _ := obj.GetArray("oneOf")
for _, ai := range ans { for _, ai := range ans {