diff options
Diffstat (limited to 'users/grfn/emacs.d/irc.el')
-rw-r--r-- | users/grfn/emacs.d/irc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/irc.el b/users/grfn/emacs.d/irc.el index 7a3ff23c33ba..8664b7a2896e 100644 --- a/users/grfn/emacs.d/irc.el +++ b/users/grfn/emacs.d/irc.el @@ -45,7 +45,7 @@ (string-match erc-noise-regexp message))) (or (and tvl-enabled? - (string-equal erc-channel "##tvl")) + (string-equal erc-channel "#tvl")) (string-match "grfn" message))))) (comment |