type CaseInsensitiveReplacer …
func handleToMentionReplacer(toReplace, replaceWith string) *CaseInsensitiveReplacer { … }
func (cir *CaseInsensitiveReplacer) Replace(str string) string { … }
var CurrentYear …
func timeofDay() string { … }
func stripWrappingQuotes(msg string) string { … }
func replaceHandlesWithMentions(srv common.ChatServer, response string) string { … }
func favoritecustomer(srv common.ChatServer) string { … }
func scaleResponseSize(replyingTo string) (maxresponseWords int) { … }
func wordCount(value string) int { … }