Changeset 541 in code
- Timestamp:
- May 26, 2021, 6:39:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/getting-started.md
r522 r541 24 24 The easiest and fastest way to use this is to specify the address of the server 25 25 in your username in your client configuration. For example to connect to 26 Freenode, your username will be: `<soju username>/chat.freenode.net`. Also set26 Libera Chat, your username will be: `<soju username>/irc.libera.chat`. Also set 27 27 your soju password in the password field of your client configuration. 28 28 29 29 This 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 join30 `irc.libera.chat` and then autoconnect to it. You will now be able to join 31 31 any channel like you would normally do. 32 32 … … 43 43 send it commands to configure soju. Create new networks: 44 44 45 /msg BouncerServ network create -addr chat.freenode.net -name freenode45 /msg BouncerServ network create -addr irc.libera.chat -name libera 46 46 /msg BouncerServ network create -addr irc.rizon.net -name rizon 47 47 … … 49 49 name: 50 50 51 /join #soju/ freenode51 /join #soju/libera 52 52 /join #somechannel/rizon
Note:
See TracChangeset
for help on using the changeset viewer.