Commit 66f0a81
Eric Bower
·
2026-01-17 20:51:32 -0500 EST
parent 02f9a6d
chore(bouncer): motd updates
1 files changed,
+4,
-1
+4,
-1
| ... | ... | @@ -11,6 +11,9 @@ IRC networks are independent entities which are not affiliated with pico. | |
| 11 | 11 | ||
| 12 | 12 | The recommended network for pico users is Libera Chat: https://libera.chat | |
| 13 | 13 | ||
| 14 | + | Once this bouncer is configured, it will keep your IRC user online permanently. | |
| 15 | + | So even after quitting this chat app it'll keep your user online. | |
| 16 | + | ||
| 14 | 17 | To connect to Libera Chat now, enter the following commands: | |
| 15 | 18 | ||
| 16 | 19 | /msg BouncerServ help |
| ... | ... | @@ -19,7 +22,7 @@ To connect to Libera Chat now, enter the following commands: | |
| 19 | 22 | network create -addr irc.libera.chat -nick <user> -enabled false | |
| 20 | 23 | ||
| 21 | 24 | # if you don't have an account skip this step | |
| 22 | - | sasl set-plain -network libera <user> <sasl-pass> | |
| 25 | + | sasl set-plain -network irc.libera.chat <user> <sasl-pass> | |
| 23 | 26 | ||
| 24 | 27 | network update libera -enabled true | |
| 25 | 28 | /j #pico.sh |