From d874c02a112bb7e965a86955ecc88d379b0358c0 Mon Sep 17 00:00:00 2001 From: plugd Date: Thu, 8 Jul 2021 10:14:33 +0200 Subject: [PATCH] Actions now display channel. --- lurk.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lurk.el b/lurk.el index 2fb3662..531e426 100644 --- a/lurk.el +++ b/lurk.el @@ -487,7 +487,7 @@ portion of the source component of the message, as LURK doesn't use this.") (if (equal to lurk-nick) from to)))) (lurk-display-string context - (concat "* " from) + (concat context " * " from) action-text))) (defun lurk-display-notice (context &rest notices) -- 2.20.1