diff options
author | jao <jao@gnu.org> | 2021-11-10 23:01:46 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-11-10 23:02:11 +0000 |
commit | 1d0bc68679be856c0bce1f5b4aee11f0406c7eff (patch) | |
tree | 509a9254932e9673d0b12497c4696e50e51365aa | |
parent | 8a659016a9e3cfd90ef57464da91e0bdb06a5762 (diff) | |
download | elibs-1d0bc68679be856c0bce1f5b4aee11f0406c7eff.tar.gz elibs-1d0bc68679be856c0bce1f5b4aee11f0406c7eff.tar.bz2 |
circe: better /nnicks
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |