chore: Replace remaining mentions of ##tvl[-dev] with #tvl

... 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>
This commit is contained in:
Vincent Ambo 2021-05-23 21:27:17 +02:00 committed by tazjin
parent 9bb8736a45
commit 224c9ca0bb
5 changed files with 10 additions and 9 deletions

View file

@ -102,10 +102,10 @@ If you'd like to contribute to any of the tools in here, please check out the
[contribution guidelines](./docs/CONTRIBUTING.md) and our [code of [contribution guidelines](./docs/CONTRIBUTING.md) and our [code of
conduct](./docs/CODE_OF_CONDUCT.md). conduct](./docs/CODE_OF_CONDUCT.md).
IRC users can find us in [`#tvl`](tvl-irc) on [HackInt][], which is also IRC users can find us in [`#tvl`](tvl-irc) on [hackint][], which is also
reachable [via XMPP][hackint-xmpp] at [`#tvl@irc.hackint.org`][tvl-xmpp] (sic!). reachable [via XMPP][hackint-xmpp] at [`#tvl@irc.hackint.org`][tvl-xmpp] (sic!).
HackInt also provide a [web chat][tvl-webchat]. Hackint also provide a [web chat][tvl-webchat].
[monorepo]: https://en.wikipedia.org/wiki/Monorepo [monorepo]: https://en.wikipedia.org/wiki/Monorepo
[tvl]: https://tvl.fyi [tvl]: https://tvl.fyi
@ -115,7 +115,7 @@ HackInt also provide a [web chat][tvl-webchat].
[tvix]: https://cs.tvl.fyi/depot/-/blob/third_party/nix/README.md [tvix]: https://cs.tvl.fyi/depot/-/blob/third_party/nix/README.md
[dottime]: https://dotti.me [dottime]: https://dotti.me
[tvl-irc]: ircs://irc.hackint.org:6697/#tvl [tvl-irc]: ircs://irc.hackint.org:6697/#tvl
[HackInt]: https://hackint.org/ [hackint]: https://hackint.org/
[hackint-xmpp]: https://hackint.org/transport/xmpp [hackint-xmpp]: https://hackint.org/transport/xmpp
[tvl-xmpp]: xmpp:#tvl@irc.hackint.org?join [tvl-xmpp]: xmpp:#tvl@irc.hackint.org?join
[tvl-webchat]: https://webirc.hackint.org/#ircs://irc.hackint.org/#tvl [tvl-webchat]: https://webirc.hackint.org/#ircs://irc.hackint.org/#tvl

View file

@ -111,7 +111,7 @@ themselves**.
If you would like to have an account on the Gerrit instance, follow these If you would like to have an account on the Gerrit instance, follow these
instructions: instructions:
1. Be a member of `##tvl-dev` or `##tvl`. 1. Be a member of `#tvl` on [hackint][].
2. Clone the depot locally (via `git clone "https://cl.tvl.fyi/depot"`). 2. Clone the depot locally (via `git clone "https://cl.tvl.fyi/depot"`).
3. Create a user entry in our LDAP server in [ops/users][ops-users]. 3. Create a user entry in our LDAP server in [ops/users][ops-users].
@ -151,3 +151,4 @@ The email address is a [public group][].
[guidelines]: ./CONTRIBUTING.md#commit-messages [guidelines]: ./CONTRIBUTING.md#commit-messages
[ops-users]: ../ops/users/default.nix [ops-users]: ../ops/users/default.nix
[public group]: https://groups.google.com/a/tazj.in/forum/?hl=en#!forum/depot [public group]: https://groups.google.com/a/tazj.in/forum/?hl=en#!forum/depot
[hackint]: https://hackint.org

View file

@ -45,7 +45,7 @@
(string-match erc-noise-regexp (string-match erc-noise-regexp
message))) message)))
(or (and tvl-enabled? (or (and tvl-enabled?
(string-equal erc-channel "##tvl")) (string-equal erc-channel "#tvl"))
(string-match "grfn" message))))) (string-match "grfn" message)))))
(comment (comment

View file

@ -99,7 +99,7 @@
;; Quassel buffers ;; Quassel buffers
;; ;;
;; These have a title format that looks like: ;; These have a title format that looks like:
;; "Quassel IRC - #tvl (HackInt) — Quassel IRC" ;; "Quassel IRC - #tvl (hackint) — Quassel IRC"
(`("quassel" ,title) (`("quassel" ,title)
(progn (progn
(if (string-match (if (string-match

View file

@ -513,7 +513,7 @@ given subject an body (in a thread, to avoid blocking)"
(irc:noping (cn *user*)) (irc:noping (cn *user*))
(id issue)) (id issue))
:channel (or (uiop:getenvp "ISSUECHANNEL") :channel (or (uiop:getenvp "ISSUECHANNEL")
"##tvl-dev")) "#tvl"))
(hunchentoot:redirect "/")))) (hunchentoot:redirect "/"))))
(defroute show-issue (defroute show-issue
@ -590,7 +590,7 @@ given subject an body (in a thread, to avoid blocking)"
(irc:noping (cn *user*)) (irc:noping (cn *user*))
(link-to-issue id)) (link-to-issue id))
:channel (or (uiop:getenvp "ISSUECHANNEL") :channel (or (uiop:getenvp "ISSUECHANNEL")
"##tvl-dev")) "#tvl"))
(send-email-for-issue (send-email-for-issue
id id
:subject (format nil "b/~A: \"~A\" closed by ~A" :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*)) (irc:noping (cn *user*))
(link-to-issue id)) (link-to-issue id))
:channel (or (uiop:getenvp "ISSUECHANNEL") :channel (or (uiop:getenvp "ISSUECHANNEL")
"##tvl-dev")) "#tvl"))
(send-email-for-issue (send-email-for-issue
id id
:subject (format nil "b/~A: \"~A\" reopened by ~A" :subject (format nil "b/~A: \"~A\" reopened by ~A"