From cf266a56f30daae8b9af7c9bc3267c61b1973192 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 7 Nov 2025 00:20:02 -0500 Subject: Update --- src/gizmo/wasp-friend.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/gizmo/wasp-friend.el') diff --git a/src/gizmo/wasp-friend.el b/src/gizmo/wasp-friend.el index aff6e358..dfa6f513 100644 --- a/src/gizmo/wasp-friend.el +++ b/src/gizmo/wasp-friend.el @@ -45,7 +45,7 @@ (defun w/friend-set-speech (msg &optional time) "Have \"friend\" say MSG for TIME." - (w/write-chat-event (s-concat "Friend says: " msg)) + (w/chat-write-event (s-concat "Friend says: " msg)) (setf w/friend-speech msg) (setf w/friend-speech-timer (or time 5))) @@ -158,11 +158,18 @@ If K is specified, call it after the response." (w/write (format-spec "%a\ - /----\\ + /\\ /\\ + \\----/ / %l %r \\ \\ %m / +----+\ " +;; "%a\ +;; /----\\ +;; / %l %r \\ +;; \\ %m / +;; +----+\ +;; " `((?a . ,(s-repeat (w/friend-get-offset) " \n")) (?l . ,(car face)) (?r . ,(cadr face)) -- cgit v1.2.3