diff options
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>. |
