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 { … }
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) { … }
func determineOrderRecipient(m common.Message) common.UserRecord { … }