liminal.cafe


irc.liminal

If you’re reading this, chances are you’re a user and we’ve already set you up with soju credentials. All you have left to do is pick a client and connect.

Clients

Some excellent soju-compatible clients are halloy or senpai. Both should have their own faqs to connect with soju and both are pretty good to get you up and running.

Config

Here is an example config for the client halloy.

[servers.liminal]
nickname = "<soju-username>"
server = "irc.liminal.cafe"

[servers.liminal.sasl.plain]
username = "<soju-username>"
password = "<soju-password>"

Connect

We’re assuming you’ve already registered a nick on a server in this little guide. We’re using libera here as an example network to connect to, but should work for any that uses SASL.

CommandDescription
/msg BouncerServOpens buffer to send the following commands
network create -addr irc.libera.chat -name libera -nick NAME -enabled falseAdds libera as a network
sasl set-plain -network libera USER PASSWORDSets your SASL credentials
network update libera -enabled trueEnable libera network
/join #lcCome say hi

You may need to restart your client after enabling your network.