diff options
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) |
