Skip to content

Instantly share code, notes, and snippets.

@mrBliss
Created June 20, 2011 18:25
Show Gist options
  • Save mrBliss/1036218 to your computer and use it in GitHub Desktop.
Save mrBliss/1036218 to your computer and use it in GitHub Desktop.
;; Show the number of members in a channel in the mode line
(define-minor-mode erc-members-mode "" nil
(:eval (format " %S users" (hash-table-count erc-channel-users))))
(add-hook 'erc-mode-hook 'erc-members-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment