From 667adae687ae33302dcd08bfb71cc4c510d810fb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 21 Nov 2016 21:42:38 +0100 Subject: Add a formatter for self actions --- circe-serenity.el | 1 + 1 file changed, 1 insertion(+) diff --git a/circe-serenity.el b/circe-serenity.el index bc1c26b..6f0ecbe 100644 --- a/circe-serenity.el +++ b/circe-serenity.el @@ -83,6 +83,7 @@ A key :intro is added to the plist and then passed on to (plist-put keywords :intro "*")) '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-self-action) (defun circe-serenity-server-message-formatter (&rest keywords) "Format a message from the server. -- cgit v1.2.3-54-g00ecf