about summary refs log tree commit diff
path: root/web/panettone
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 /web/panettone
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 'web/panettone')
-rw-r--r--web/panettone/src/panettone.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/panettone/src/panettone.lisp b/web/panettone/src/panettone.lisp
index fc69bc4492..b16171242d 100644
--- a/web/panettone/src/panettone.lisp
+++ b/web/panettone/src/panettone.lisp
@@ -513,7 +513,7 @@ given subject an body (in a thread, to avoid blocking)"
                  (irc:noping (cn *user*))
                  (id issue))
          :channel (or (uiop:getenvp "ISSUECHANNEL")
-                      "##tvl-dev"))
+                      "#tvl"))
         (hunchentoot:redirect "/"))))
 
 (defroute show-issue
@@ -590,7 +590,7 @@ given subject an body (in a thread, to avoid blocking)"
              (irc:noping (cn *user*))
              (link-to-issue id))
      :channel (or (uiop:getenvp "ISSUECHANNEL")
-                  "##tvl-dev"))
+                  "#tvl"))
     (send-email-for-issue
      id
      :subject (format nil "b/~A: \"~A\" closed by ~A"
@@ -614,7 +614,7 @@ given subject an body (in a thread, to avoid blocking)"
              (irc:noping (cn *user*))
              (link-to-issue id))
      :channel (or (uiop:getenvp "ISSUECHANNEL")
-                  "##tvl-dev"))
+                  "#tvl"))
     (send-email-for-issue
      id
      :subject (format nil "b/~A: \"~A\" reopened by ~A"