From 1d0bc68679be856c0bce1f5b4aee11f0406c7eff Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 10 Nov 2021 23:01:46 +0000 Subject: circe: better /nnicks --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.org') diff --git a/init.org b/init.org index 0a92b75..2efe61f 100644 --- a/init.org +++ b/init.org @@ -2669,7 +2669,8 @@ (defun circe-command-NNICKS (&rest _) "Echo number of nicks" - (message "%d nicks in this channel" (length (circe-channel-nicks)))) + (circe-display-server-message + (format "%d nicks in this channel" (length (circe-channel-nicks))))) (advice-add 'circe-command-NAMES :after #'circe-command-NNICKS) -- cgit v1.2.3