Skip to content

Commit

Permalink
docs(bouncer): motd
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 15, 2025
1 parent d4087e8 commit a99abd2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions bouncer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ COPY --from=builder /app/soju/soju .
COPY --from=builder /app/soju/sojuctl .

COPY soju.config .
COPY motd.txt .

EXPOSE 6697
EXPOSE 8080
Expand Down
29 changes: 29 additions & 0 deletions bouncer/motd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Welcome to irc.pico.sh!

This is a hosted Internet Relay Chat (IRC) bouncer service for pico users.

Documentation for this service is available online:

https://pico.sh/bouncer

In order to chat with other users, you must configure an IRC network.
IRC networks are independent entities which are not affiliated with pico.

The recommended network for pico users is Libera Chat: https://libera.chat

To connect to Libera Chat now, enter the following commands:

/msg BouncerServ help

# in the private message
network create -addr irc.libera.chat -nick <user> -enabled false

# if you don't have an account skip this step
sasl set-plain -network libera <user> <sasl-pass>

network update libera -enabled true
/j #pico.sh

Once connected, it is recommended to register an account with the network.
Type "/msg NickServ help register" to send a message to the Libera Chat account
registration system for details.
1 change: 1 addition & 0 deletions bouncer/soju.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ auth oauth2 https://auth.pico.sh/bouncer
disable-inactive-user 30d
enable-user-on-auth true
max-user-networks -1
motd motd.txt

0 comments on commit a99abd2

Please sign in to comment.