summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-fakechat.el
diff options
context:
space:
mode:
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"