diff --git a/.env.example b/.env.example index 0eba489..d0b95b1 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # For a one-network deployment, use the registered NickServ account/nick. -BOT_SASL_USER=Echo +BOT_SASL_USER=GoBot # Optional API/authentication secrets. Copy this file to .env. BOT_SASL_PASS=replace-with-your-nickserv-password # For CertFP/SASL EXTERNAL instead of password authentication: diff --git a/docs/nickserv-sasl.md b/docs/nickserv-sasl.md index c2628d8..3445aef 100644 --- a/docs/nickserv-sasl.md +++ b/docs/nickserv-sasl.md @@ -112,7 +112,7 @@ server: verify_cert: true client_cert: /opt/gobot/secrets/irc-client.pem identity: - nick: Echo + nick: GoBot sasl_mechanism: external sasl_user: "" sasl_pass: "" @@ -146,7 +146,7 @@ server: client_key: "" identity: sasl_mechanism: plain - sasl_user: Echo + sasl_user: GoBot sasl_pass: "" certfp_enroll: true nickserv_name: NickServ @@ -155,7 +155,7 @@ identity: Keep the password in `.env`: ~~~env -BOT_SASL_USER=Echo +BOT_SASL_USER=GoBot BOT_SASL_PASS=your-existing-nickserv-password BOT_CERTFP_ENROLL=true ~~~