Add a formatter for self actions

This commit is contained in:
Tom Willemse 2016-11-21 21:42:38 +01:00
parent 63e156538d
commit 667adae687

View file

@ -83,6 +83,7 @@ A key :intro is added to the plist and then passed on to
(plist-put keywords :intro "*")) (plist-put keywords :intro "*"))
'wrap-prefix (circe-serenity--fill-string))) 'wrap-prefix (circe-serenity--fill-string)))
(circe-serenity--define-formatter 'circe-serenity-action-formatter 'circe-format-action) (circe-serenity--define-formatter 'circe-serenity-action-formatter 'circe-format-action)
(circe-serenity--define-formatter 'circe-serenity-action-formatter 'circe-format-self-action)
(defun circe-serenity-server-message-formatter (&rest keywords) (defun circe-serenity-server-message-formatter (&rest keywords)
"Format a message from the server. "Format a message from the server.