summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
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)