From f4423d0cbfd3109a1619a92a915489b22655516e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 6 Oct 2011 15:29:11 -0500 Subject: [PATCH] Extended the value of erc-growl-noise-regexp --- lisp/erc-alert.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/erc-alert.el b/lisp/erc-alert.el index 0c41ce9779..60e0944b73 100644 --- a/lisp/erc-alert.el +++ b/lisp/erc-alert.el @@ -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)