ratz/src/communication/conversation/talkwithratz.go

var thanksWords

// ChattingWithRatz addresses cases where people are talking to Ratz directly, but not making a specific request or intent fullfillment
func ChattingWithRatz(m common.Message, sentiment string) {}

func NeverOrderedItem(m common.Message) (item string, itemtype int) {}