Skip to content

Commit

Permalink
Move official channel from Freenode to Libera.Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed May 22, 2021
1 parent 14e637f commit 04facad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ read it.

### In English

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

### In Other languages

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

5 changes: 3 additions & 2 deletions scripts/supybot-wizard
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,9 @@ def main():
while not network:
output("""First, we need to know the name of the network you'd like to
connect to. Not the server host, mind you, but the name of the
network. If you plan to connect to chat.freenode.net, for instance,
you should answer this question with 'freenode' (without the quotes).
network. If you plan to connect to irc.libera.chat, for instance,
you should answer this question with 'libera' or 'liberachat'
(without the quotes).
""")
network = something('What IRC network will you be connecting to?')
if '.' in network:
Expand Down

0 comments on commit 04facad

Please sign in to comment.