summaryrefslogtreecommitdiff
path: root/flood.go
diff options
context:
space:
mode:
Diffstat (limited to 'flood.go')
-rw-r--r--flood.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/flood.go b/flood.go
index 55a076e..c741bd6 100644
--- a/flood.go
+++ b/flood.go
@@ -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
}