Skip to content

Instantly share code, notes, and snippets.

@nikhgupta
Created August 7, 2016 14:46
Show Gist options
  • Save nikhgupta/fb2ec23149cec480aa0f7c5a08bf28cd to your computer and use it in GitHub Desktop.
Save nikhgupta/fb2ec23149cec480aa0f7c5a08bf28cd to your computer and use it in GitHub Desktop.
(defcustom erc-ignore-content '()
"Regular expressions to identify content to ignore.
Usually what happens is that you add the bots to
`erc-ignore-list' and the bot commands to this list."
:group 'erc
:type '(repeat regexp))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment