From 6628a49b953842a3c358bdf3f5e45284480db0c3 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 2 Dec 2024 17:40:36 -0500 Subject: Update :5 --- src/gizmo/wasp-fakechat.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/gizmo/wasp-fakechat.el') 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" -- cgit v1.2.3