Skip to content

Instantly share code, notes, and snippets.

@tobias
Created January 23, 2014 14:23
Show Gist options
  • Select an option

  • Save tobias/8579235 to your computer and use it in GitHub Desktop.

Select an option

Save tobias/8579235 to your computer and use it in GitHub Desktop.
(define-key erc-mode-map (kbd "C-c m")
(lambda (nick)
(interactive (list (completing-read "Say 'morning!' to nick: " erc-channel-users)))
(erc-send-message (format "%s: morning!" nick))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment