diff options
-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) |