diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-26 23:47:18 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-26 23:47:18 -0400 |
| commit | 75e005e81b73d8471f16dc5fad7bbdc312bdbfe7 (patch) | |
| tree | 1ad7d61b04c44fc52b453aef44868a42012f3551 /src/gizmo/wasp-hex.el | |
| parent | cf266a56f30daae8b9af7c9bc3267c61b1973192 (diff) | |
Diffstat (limited to 'src/gizmo/wasp-hex.el')
| -rw-r--r-- | src/gizmo/wasp-hex.el | 10 |
1 files changed, 10 insertions, 0 deletions
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) |
