diff options
Diffstat (limited to 'src/wasp-chat.el')
| -rw-r--r-- | src/wasp-chat.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wasp-chat.el b/src/wasp-chat.el index 3cf73899..10931b8d 100644 --- a/src/wasp-chat.el +++ b/src/wasp-chat.el @@ -289,8 +289,16 @@ Optionally, return the buffer NM in chat mode." (when (w/. biblicality msg) (let* ((wwidth (- (window-total-width (get-buffer-window (current-buffer))) 3)) (bible-button-text (format "[biblicality %.2f]" (w/. biblicality msg))) + ;; (bible-button-text (format "[pollicality %.2f]" (w/. biblicality msg))) (msgwidth (line-beginning-position)) (lines (+ 1 (/ msgwidth wwidth)))) + + (w/pub '(avatar overlay chat) + (list + (w/encode-string (w/. text msg)) + (format "%s" (w/unix-time)) + (format "%s" (or (w/. biblicality msg) 0.0)))) + (insert (propertize " " 'display |
