{{range .HourUsage}} {{end}}
Most active hours
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{{range .Users}} {{end}}
Most active nicks
Nick Number of Lines Number of Words Words per Line Last seen
{{.Name}} {{.Lines}} {{.Words}} {{printf "%.1f" .WordsPerLine}} {{.LastSeen.Format "2006-01-02"}}
{{range $i, $e := .Questions}} {{with $e}} {{if eq $i 0}} {{ else }} {{end}} {{end}} {{end}} {{range $i, $e := .Exclamations}} {{with $e}} {{if eq $i 0}} {{ else }} {{end}} {{end}} {{end}} {{range $i, $e := .Caps}} {{with $e}} {{if eq $i 0}} {{ else }} {{end}} {{end}} {{end}} {{range $i, $e := .EmojiHappy}} {{with $e}} {{if eq $i 0}} {{ else }} {{end}} {{end}} {{end}} {{range $i, $e := .EmojiSad}} {{with $e}} {{if eq $i 0}} {{ else }} {{end}} {{end}} {{end}} {{range $i, $e := .LongestLines}} {{with $e}} {{if eq $i 0}} {{end}} {{end}} {{end}} {{range $i, $e := .ShortestLines}} {{with $e}} {{if eq $i 0}} {{ else }} {{end}} {{end}} {{end}} {{range $i, $e := .TotalWords}} {{with $e}} {{if eq $i 0}} {{ else }} {{end}} {{end}} {{end}} {{range $i, $e := .AverageWords}} {{with $e}} {{if eq $i 0}} {{end}} {{end}} {{end}}
Big numbers
Is {{.Name}} stupid or just asking too many questions? {{.Value}}% of lines contained a question! {{.Name}} didn't know that much either. {{.Value}}% of their lines were questions.
The loudest one was {{.Name}}, who yelled {{.Value}}% of the time!Another old yeller was {{.Name}}, who shouted {{.Value}}% of the time!
It seems that {{.Name}}'s shift-key is hanging: {{.Value}}% of the time they wrote UPPERCASE.{{.Name}} just forgot to deactivate their Caps-Lock. They wrote UPPERCASE {{.Value}}% of the time.
{{.Name}} brings happiness to the world. {{.Value}}% lines contained smiling faces. :){{.Name}} isn't a sad person either, smiling {{.Value}}% of the time.
{{.Name}} seems to be sad at the moment: {{.Value}}% lines contained sad faces. :({{.Name}} is also a sad person, crying {{.Value}}% of the time.
{{.Name}} wrote the longest lines, averaging {{printf "%.1f" .Value}} letters per line.
{{.Name}} average was {{printf "%.1f" .CharactersPerLine}} letters per line.
{{.Name}} wrote the shortest lines, averaging {{printf "%.1f" .Value}} characters per line.{{.Name}} was tight-lipped, too, averaging {{printf "%.1f" .Value}} characters.
{{.Name}} spoke a total of {{.Value}} words!{{.Previous}}'s faithful follower, {{.Name}}, didn't speak so much: {{.Value}} words.
{{.Name}} wrote an average of {{printf "%.1f" .Value}} words per line.
Channel average was {{printf "%.1f" .WordsPerLine}} words per line.
{{range .References}} {{end}}
Most referenced nicks
Nick Number of Uses Last Used by
{{.Name}} {{.Count}} {{.LastUsed}}