ratz/src/modules/menu/barorders.go

const buyDrinkForRatz

const buySpecialForRatz

const buyFoodForRatz

const ratelimitSpecial

const orderCostSpecial

const orderCostFood

const orderCostDrink

const orderCostNonAlcoholicDrink

type menuOrder

func (o *menuOrder) fetchitem(m common.Message) bool {}

// ServeOrder responds in channel with the actual order
func (o *menuOrder) ServeOrder(m common.Message) {}

func newMenuItemOrder(m common.Message, item string) (order *menuOrder, found bool) {}

func OrderingFromTheBar(m common.Message, item string) (responded bool) {}

// who is this order for?
func determineOrderRecipient(m common.Message) common.UserRecord {}