You've already forked nyx
mirror of
https://github.com/rls-moe/nyx
synced 2025-08-19 06:18:38 +00:00
Reduced New-Line filter Aggressiveness
This commit is contained in:
@@ -63,6 +63,8 @@ func SpamScore(spam string) (float64, error) {
|
||||
lines = 1
|
||||
}
|
||||
|
||||
lines = lines / 2
|
||||
|
||||
score := float64(len(spam)*lines) / float64(counter.p)
|
||||
|
||||
return (score * blScore) / 100, nil
|
||||
|
Reference in New Issue
Block a user