summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-11-10 23:01:46 +0000
committerjao <jao@gnu.org>2021-11-10 23:02:11 +0000
commit1d0bc68679be856c0bce1f5b4aee11f0406c7eff (patch)
tree509a9254932e9673d0b12497c4696e50e51365aa /init.org
parent8a659016a9e3cfd90ef57464da91e0bdb06a5762 (diff)
downloadelibs-1d0bc68679be856c0bce1f5b4aee11f0406c7eff.tar.gz
elibs-1d0bc68679be856c0bce1f5b4aee11f0406c7eff.tar.bz2
circe: better /nnicks
Diffstat (limited to 'init.org')
-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)