Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions docs/nickserv-sasl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand All @@ -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
~~~
Expand Down