// © 2013 the CatBase Authors under the WTFPL. See AUTHORS for the list of authors. package fact // I hate this, but I'm creating strings of the templates to avoid having to // track where templates reside. // 2016-01-15 Later note, why are these in plugins and the server is in bot? var factoidIndex string = ` Factoids
Search for a factoid
{{if .Error}} {{.Error}} {{end}} {{if .Count}} Found {{.Count}} entries. {{end}}
{{if .Entries}}
{{range .Entries}} {{end}}
Trigger Full Text Author # Hits
{{linkify .Fact}} {{linkify .Tidbit}} {{linkify .Owner}} {{.Count}}
{{end}} `