about summary refs log tree commit diff
path: root/users/grfn/emacs.d
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-05-23T19·27+0200
committertazjin <mail@tazj.in>2021-05-23T19·46+0000
commit224c9ca0bb3aa8a36b5c18efd5f9a5a36d83226c (patch)
treee254e25e2eb7ea47099bfbfc96ce2d058621c914 /users/grfn/emacs.d
parent9bb8736a455c00f243168258e7930f36dfd7a6e2 (diff)
chore: Replace remaining mentions of ##tvl[-dev] with #tvl r/2618
... and fix the capitalisation of hackint

Change-Id: I800aef75152d2dc77a33876888e36530143e9d3e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3148
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'users/grfn/emacs.d')
-rw-r--r--users/grfn/emacs.d/irc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/irc.el b/users/grfn/emacs.d/irc.el
index 7a3ff23c33..8664b7a289 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