diff options
| author | LLLL Colonq <llll@colonq> | 2025-05-01 17:06:41 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-05-01 17:06:41 -0400 |
| commit | fb01362a9dd816fc0d0e50052ab4764dd30e46f3 (patch) | |
| tree | d581df21e161a0483d8b02ea4519debb4501a4a7 /src/gizmo/wasp-fakechat.el | |
| parent | b21ecce6645fc17c520b722de3d96e550c77c490 (diff) | |
You know we love updating with a horrendous commit message
Diffstat (limited to 'src/gizmo/wasp-fakechat.el')
| -rw-r--r-- | src/gizmo/wasp-fakechat.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gizmo/wasp-fakechat.el b/src/gizmo/wasp-fakechat.el index 27b6962b..ffdd750a 100644 --- a/src/gizmo/wasp-fakechat.el +++ b/src/gizmo/wasp-fakechat.el @@ -137,12 +137,12 @@ (diff (if last (time-subtract cur last) 99999999)) (d (time-convert diff 'integer))) (+ - (if (> d 300) 0.01 0.1) + (if (> d 300) 0.01 0.05) (if (--any? (s-contains? (w/fake-chatter-profile-username (w/fake-chatter-profile st)) (cdr it)) (-take 20 w/twitch-chat-history)) - 0.8 + 0.1 0.0)))) (defun w/fake-chatter-elevated-likeliness (st) |
