var midnight …
var postmidnight …
var morning …
var midmorning …
var noontime …
var afternoon …
var evening …
var nighttime …
func noOrders(srv common.ChatServer) { … }
func TimeOfDayCommentary(srv common.ChatServer) { … }
func fuzzyDelay(window time.Duration) { … }
func postMidnightComment(srv common.ChatServer) { … }
func morningComment(srv common.ChatServer) { … }
func midmorningComment(srv common.ChatServer) { … }
func noonComment(srv common.ChatServer) { … }
func afternoonComment(srv common.ChatServer) { … }
func eveningComment(srv common.ChatServer) { … }
func nighttimeComment(srv common.ChatServer) { … }
func midnightComment(srv common.ChatServer) { … }
func CommentOnTimeOfDay() { … }
func sendTimeOfDayComment(srv common.ChatServer, audiofile string, todmsg msgconstruction.RandomResponse) { … }
func getPercentOf(percent int, Of int) int { … }