-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtodo.txt
More file actions
30 lines (25 loc) · 797 Bytes
/
todo.txt
File metadata and controls
30 lines (25 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TODO LIST:
[ ] Visual interface
[ ] Output all JSON data
[done] Don't store all messages
[done] JSON struct tags
[done] Use uint64 instead of uint
[done] Word list (most used words)
[done] Largest/smallest user&channel vocabulary
[ ] Use unicodes for regexes `\pL`
[ ] Finish Scanner
[ ] Clean up exported functions/types
[done] Referened Nicks
[done] Swearing counters
[done] Use swear word list instead of shitty regex
[done] WordsPerLine & LettersPerLine
[done] Total words
[done] Consecutive lines
[done] Emoticon Counters
[done] Number of Questions `\w\?`
[done] Number of Exclamations `\w!`
[done] Number of All Capital lines `^[\pL ]` ??
[half] Number of Slaps (and with what!)
[done] Number of Kicks
[done] Topic Changes
[done] Mode Changes (ops/deops/voices,devoices)