diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2018-07-24 15:44:40 +0200 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2018-07-24 15:44:40 +0200 |
commit | 53306e6ec77997d9fef102ec4b2cfc8c2b31e176 (patch) | |
tree | 3e7fa1b8e2b5962956ea58f27a378dba69f9f21d /flood.go | |
parent | 40b39219ac8104fb048debed6fca6f24fe8cb15f (diff) |
...
Diffstat (limited to 'flood.go')
-rw-r--r-- | flood.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ func entropy(s string) (e float64) { } func isFlood(s string) bool { - s = strings.TrimSpace(s) if utf8.RuneCountInString(s) <= runes { return false } |