summaryrefslogtreecommitdiff
path: root/src/wasp-chat.el
diff options
context:
space:
mode:
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))