summaryrefslogtreecommitdiff
path: root/content/irc.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/irc.md')
-rw-r--r--content/irc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/irc.md b/content/irc.md
index d07345f..4e0b8a2 100644
--- a/content/irc.md
+++ b/content/irc.md
@@ -147,7 +147,7 @@ Change the server name to your server\'s domain name.
# server configuration
server:
# server name
- name: "example.org"
+ name: "{{<hl>}}example.org{{</hl>}}"
```
### Network password {#configuring-password}
@@ -172,7 +172,7 @@ the `#` before the `password:` line):
```yaml
# password to login to the server, generated using `ergo genpasswd`:
-password: "<your hashed password>"
+password: "{{<hl>}}your hashed password{{</hl>}}"
```
### Message of the day (MotD) {#configuring-motd}