Skip to content

Commit

Permalink
Extended the value of erc-growl-noise-regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Oct 6, 2011
1 parent 15c45c6 commit f4423d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/erc-alert.el
Expand Up @@ -40,7 +40,7 @@
:group 'erc-alert)

(defcustom erc-growl-noise-regexp
"\\(Logging in:\\|Signing off\\|You're now away\\|Welcome back\\)"
"\\(Logging in:\\|Signing off\\|You're now away\\|Welcome back\\|Setting automatically away\\)"
"This regexp matches unwanted noise."
:type 'regexp
:group 'erc-alert)
Expand Down

0 comments on commit f4423d0

Please sign in to comment.