summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-fakechat.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-12-02 17:40:36 -0500
committerLLLL Colonq <llll@colonq>2024-12-02 17:40:36 -0500
commit6628a49b953842a3c358bdf3f5e45284480db0c3 (patch)
treee0fdff71394c667f01199be997d11fee14ed50c2 /src/gizmo/wasp-fakechat.el
parent0b95071fe628d91238549b062961e724088d3b8b (diff)
Update :5
Diffstat (limited to 'src/gizmo/wasp-fakechat.el')
-rw-r--r--src/gizmo/wasp-fakechat.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gizmo/wasp-fakechat.el b/src/gizmo/wasp-fakechat.el
index d7582ddc..d9ce8a04 100644
--- a/src/gizmo/wasp-fakechat.el
+++ b/src/gizmo/wasp-fakechat.el
@@ -176,6 +176,15 @@
(lambda (_)
(w/write-chat-event "eighteyedsixwingedseraph is lurking"))))
+(defconst w/fake-chatter-profile-quasiconformal
+ (w/make-fake-chatter-profile
+ :username "quasiconformal"
+ :color "#FFFFFF"
+ :compute-likeliness #'w/fake-chatter-standard-likeliness
+ :send-message
+ (lambda (_)
+ (w/write-chat-event "quasiconformal is lurking"))))
+
(defconst w/fake-chatter-profile-nefrayu
(w/make-fake-chatter-profile
:username "Nefrayu"