From 75e005e81b73d8471f16dc5fad7bbdc312bdbfe7 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 26 Apr 2026 23:47:18 -0400 Subject: Update --- src/gizmo/wasp-hex.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/gizmo/wasp-hex.el') diff --git a/src/gizmo/wasp-hex.el b/src/gizmo/wasp-hex.el index e483982b..3eb1542d 100644 --- a/src/gizmo/wasp-hex.el +++ b/src/gizmo/wasp-hex.el @@ -32,6 +32,7 @@ ("DROPBEAR" . upsidedown) ("SOULBURN" . silence) ("SPELLNAME" . spellname) + ("LOOKALIKE" . clippy) )) (defconst w/hex-users (ht-create 'equal)) @@ -236,6 +237,15 @@ (spellname (setf (w/chat-message-text msg) (w/pick-random (-map #'car w/hex-types))) (w/hex-transform-helper msg (cdr hexes) k)) + (silence nil) + (clippy + (w/overlay-clippy-say + (format + "It looks like you sent a message. +Would you like help with that? +Your name is %s, and your message was:\n%s" + (w/chat-message-user msg) + (w/chat-message-text msg)))) (t (w/hex-transform-helper msg (cdr hexes) k)))) (t (funcall k msg)))) (defun w/hex-transform (user msg) -- cgit v1.2.3