summaryrefslogtreecommitdiff
path: root/src/wasp-chat.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-09-13 13:52:38 -0400
committerLLLL Colonq <llll@colonq>2024-09-13 13:52:38 -0400
commitd93ab7e848bf0f4bc1087504eecd7c959d19bf6c (patch)
treef4f1806ceb56d2a68c9641313000f9a50fa77d78 /src/wasp-chat.el
parentcc3ccebbd3af825f5e4866532906f1a7a2756518 (diff)
Update :3
Diffstat (limited to 'src/wasp-chat.el')
-rw-r--r--src/wasp-chat.el6
1 files changed, 6 insertions, 0 deletions
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))