func RoundOrderCommentary(srv common.ChatServer, ischamp bool) string { … } func MenuorderCommentary(m common.Message, item string, isfood bool, ischamp bool) string { … } func ShiftDrinkForBarStaff(srv common.ChatServer, m common.Message) string { … } func ConvinceMenuitem(srv common.ChatServer, item string) string { … } func ConvinceNeverOrderedItem(srv common.ChatServer, u common.UserRecord, item string, itemtype int) string { … } func BarRoundtotal(srv common.ChatServer, amount int, buyer common.UserRecord, patrons int) string { … }