Changeset 541 in code for trunk/doc/getting-started.md


Ignore:
Timestamp:
May 26, 2021, 6:39:06 AM (4 years ago)
Author:
contact
Message:

doc/getting-started: s/Freenode/Libera Chat/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/getting-started.md

    r522 r541  
    2424The easiest and fastest way to use this is to specify the address of the server
    2525in your username in your client configuration. For example to connect to
    26 Freenode, your username will be: `<soju username>/chat.freenode.net`. Also set
     26Libera Chat, your username will be: `<soju username>/irc.libera.chat`. Also set
    2727your soju password in the password field of your client configuration.
    2828
    2929This will autoconfigure soju by adding a network with the address
    30 `chat.freenode.net` and then autoconnect to it. You will now be able to join
     30`irc.libera.chat` and then autoconnect to it. You will now be able to join
    3131any channel like you would normally do.
    3232
     
    4343send it commands to configure soju. Create new networks:
    4444
    45     /msg BouncerServ network create -addr chat.freenode.net -name freenode
     45    /msg BouncerServ network create -addr irc.libera.chat -name libera
    4646    /msg BouncerServ network create -addr irc.rizon.net -name rizon
    4747
     
    4949name:
    5050
    51     /join #soju/freenode
     51    /join #soju/libera
    5252    /join #somechannel/rizon
Note: See TracChangeset for help on using the changeset viewer.