Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weechat libera chat needs to be setup #25

Open
megalithic opened this issue Nov 16, 2021 · 0 comments
Open

weechat libera chat needs to be setup #25

megalithic opened this issue Nov 16, 2021 · 0 comments

Comments

@megalithic
Copy link
Owner

some approximation of this:

# libera server
/server add libera chat.libera.net/7000 -ssl
/set irc.server.libera.nicks "<nickname>, <nickname>_"
/set irc.server.libera.username "<nickname>"
/set irc.server.libera.realname "<name>"
/set irc.server.libera.ssl "on"

# set-up a secure SASL password for Nickserv
# assumes you did /secure passphrase <some-password>
/secure set libera_password <mypassword>
/set irc.server.libera.sasl_password "${sec.data.libera_password}"
/set irc.server.libera.sasl_username "mynick"
/set irc.server.libera.autojoin <comma separated list of channels> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant