Skip to content

Commit 04facad

Browse files
committed
Move official channel from Freenode to Libera.Chat
1 parent 14e637f commit 04facad

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ read it.
4242

4343
### In English
4444

45-
If you have any trouble, feel free to swing by [#limnoria](ircs://chat.freenode.net:6697/#limnoria) on
46-
[freenode](https://freenode.net/) and ask questions. We'll be happy to help
45+
If you have any trouble, feel free to swing by [#limnoria](ircs://irc.libera.chat:6697/#limnoria) on
46+
[Libera.Chat](https://libera.chat/) and ask questions. We'll be happy to help
4747
wherever we can. And by all means, if you find anything hard to
4848
understand or think you know of a better way to do something,
4949
*please* post it on the [issue tracker] so we can improve the bot!
@@ -52,5 +52,5 @@ understand or think you know of a better way to do something,
5252

5353
### In Other languages
5454

55-
Only in French at the moment, located at [#supybot-fr on freenode](ircs://chat.freenode.net:6697/#supybot-fr).
55+
Only in French at the moment, located at [#limnoria-fr on Libera.Chat](ircs://irc.libera.chat:6697/#libera-fr).
5656

scripts/supybot-wizard

+3-2
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,9 @@ def main():
407407
while not network:
408408
output("""First, we need to know the name of the network you'd like to
409409
connect to. Not the server host, mind you, but the name of the
410-
network. If you plan to connect to chat.freenode.net, for instance,
411-
you should answer this question with 'freenode' (without the quotes).
410+
network. If you plan to connect to irc.libera.chat, for instance,
411+
you should answer this question with 'libera' or 'liberachat'
412+
(without the quotes).
412413
""")
413414
network = something('What IRC network will you be connecting to?')
414415
if '.' in network:

0 commit comments

Comments
 (0)