Add a formatter for self actions
This commit is contained in:
parent
63e156538d
commit
667adae687
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue