Created
August 7, 2016 14:46
-
-
Save nikhgupta/fb2ec23149cec480aa0f7c5a08bf28cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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