Skip to content

Commit

Permalink
doc/misc/darkirc/private_message.md: fixed dm_chacha_secret format
Browse files Browse the repository at this point in the history
  • Loading branch information
skoupidi committed Nov 14, 2024
1 parent 9ca09af commit 7ae7182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/misc/darkirc/private_message.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ file under [crypto] as shown below.

```toml
[crypto]
dm_chacha_secret.”your_private_key_goes_here”
dm_chacha_secret = “your_private_key_goes_here”
```

To share your Public Key with a user over `darkirc` you can use one of the
Expand Down

0 comments on commit 7ae7182

Please sign in to comment.