Basically, that's the result of : for i in $(grep -ril freenode . |grep -v '.po'); do sed -e 's/irc.freenode.org/irc.libera.chat/g' -i $i ; done;
for i in $(grep -ril freenode . |grep -v '.po'); do sed -e 's/irc.freenode.org/irc.libera.chat/g' -i $i ; done;
rebased onto a0d4bc1112219bc009404825034208415ae8096a
The link to the webchat are however missing. Since Libera do not have yet a webchat, I am unsure what to do (between wait, or remove the link).
rebased onto f162044fc00faa75624dd1bc0df126b71bff5ca1
rebased onto 437343ca512e550dcb2fa97d12a151c8ca69a091
rebased onto e769d83efa22b2e22320c9c3b365a299477ba229
rebased onto d936ee95e86e0aec879ff0f0501cb19539819e9f
rebased onto b4626895c9cea0f3e550cbed46b8d8a33209f3be
rebased onto 687b99df3810c71d08350d98aa5df5ecbf1ef5e7
So the only mentions left are: - the PO (since I do not want to mess with automation) - atomic, which is, IIRC, deprecated. I will remove the page in another PR
Since Libera do not have yet a webchat
And what's https://web.libera.chat/?
duplicate of 1083
cc :@t0xic0der
@misc,
I have recently merged #1083, which included the Libera Chat webchat as well as the translation modules (and hence, the occurrences would not be rewritten on build). We would want to close this one.
Pull-Request has been closed by misc
Basically, that's the result of :
for i in $(grep -ril freenode . |grep -v '.po'); do sed -e 's/irc.freenode.org/irc.libera.chat/g' -i $i ; done;