I. AM. SO. RETARDED.
This commit is contained in:
parent
92612d74cd
commit
51c4bdbef5
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ func processWords(message tg.APIMessage) {
|
|||
b := tx.Bucket([]byte("words"))
|
||||
for _, word := range wordList {
|
||||
if len(word) < 3 {
|
||||
return
|
||||
continue
|
||||
}
|
||||
|
||||
word = strings.Trim(word, " ?!.,:;/-_()[]{}'\"+=*^\n")
|
||||
|
|
Reference in a new issue