diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-09-14 14:07:45 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-09-14 14:07:45 -0400 |
| commit | 8b00228bbf202f6982c4228892beede22bb27cca (patch) | |
| tree | 54e145d4ffe850838c09798f15221757d48fbfc7 /xmpp.html | |
| parent | 208d31af3e0cd8141aa27ef02695f388ecd352fb (diff) | |
cgit
Diffstat (limited to 'xmpp.html')
| -rw-r--r-- | xmpp.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,10 +51,10 @@ Find the line that says <code>admins = { }</code> and to this we can specify one </p> <pre><code># To add one admin: -admins = { "chad@example.org" } +admins = { "<strong>chad@example.org</strong>" } # We can add more than one by separating them by commas. (This file is written in Lua.) -admins = { "chad@example.org", "chadmin@example.org" }</code></pre> +admins = { "<strong>chad@example.org</strong>", "<strong>chadmin@example.org</strong>" }</code></pre> <p> Note that we have not created these accounts yet, we will do this <a href=#user>below</a>. |
