-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reference: https://soju.im/doc/soju.1.html
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters