pico
created pr with
43.1
added 43.2
1: 98b341f ! 1: 3b9b6be docs(bouncer): motd
added 43.3
1: 3b9b6be ! 1: a99abd2 docs(bouncer): motd
cmds
checkout latest patchset:
ssh pr.pico.sh print 43 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 43.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 43
Patchset
43.2
docs(bouncer): motd
Eric Bower
2025-01-15T04:10:31ZReference: https://soju.im/doc/soju.1.html
Semantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(3 files skipped: unsupported file type)
+1
-0
bouncer/Dockerfile
#
+29
-0
bouncer/motd.txt
#
| ... | ... | @@ -0,0 +1,29 @@ | |
| 1 | + | Welcome to chat.pico.sh! | |
| 2 | + | ||
| 3 | + | This is a hosted Internet Relay Chat (IRC) bouncer service for pico users. | |
| 4 | + | ||
| 5 | + | Documentation for this service is available online: | |
| 6 | + | ||
| 7 | + | https://pico.sh/bouncer | |
| 8 | + | ||
| 9 | + | In order to chat with other users, you must configure an IRC network. | |
| 10 | + | IRC networks are independent entities which are not affiliated with pico. | |
| 11 | + | ||
| 12 | + | The recommended network for pico users is Libera Chat: https://libera.chat | |
| 13 | + | ||
| 14 | + | To connect to Libera Chat now, enter the following commands: | |
| 15 | + | ||
| 16 | + | /msg BouncerServ help | |
| 17 | + | ||
| 18 | + | # in the private message | |
| 19 | + | network create -addr irc.libera.chat -nick <user> -enabled false | |
| 20 | + | ||
| 21 | + | # if you don't have an account skip this step | |
| 22 | + | sasl set-plain -network libera <user> <sasl-pass> | |
| 23 | + | ||
| 24 | + | network update libera -enabled true | |
| 25 | + | /j #pico.sh | |
| 26 | + | ||
| 27 | + | Once connected, it is recommended to register an account with the network. | |
| 28 | + | Type "/msg NickServ help register" to send a message to the Libera Chat account | |
| 29 | + | registration system for details. |