From d93ab7e848bf0f4bc1087504eecd7c959d19bf6c Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 13 Sep 2024 13:52:38 -0400 Subject: Update :3 --- src/wasp-chat.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/wasp-chat.el') diff --git a/src/wasp-chat.el b/src/wasp-chat.el index 97263bce..5dc3c948 100644 --- a/src/wasp-chat.el +++ b/src/wasp-chat.el @@ -248,12 +248,18 @@ Optionally, return the buffer NM in chat mode." ("pal" . "pokemon") ("Pal" . "Pokemon") ("PAL" . "POKEMON") + ("Amazon" . "Microsoft") + ("Microsoft" . "Google") + ("Google" . "Facebook") + ("Facebook" . "Apple") + ("Apple" . "Amazon") ("darkrai" . "*******") ("hunter2" . "*******") ("*******" . "hunter2"))) (defun w/write-chat-message (msg) "Write MSG to the chat buffer as USER with USERID and COLOR." + (w/daily-log (format "%s: %s" (w/. user msg) (w/. text msg))) (let ((inhibit-read-only t)) (with-current-buffer (w/get-chat-buffer) (goto-char (point-max)) -- cgit v1.2.3