From 8b00228bbf202f6982c4228892beede22bb27cca Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 14 Sep 2021 14:07:45 -0400 Subject: cgit --- xmpp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmpp.html') diff --git a/xmpp.html b/xmpp.html index 21841df..71fdbd4 100644 --- a/xmpp.html +++ b/xmpp.html @@ -51,10 +51,10 @@ Find the line that says admins = { } and to this we can specify one

# To add one admin:
-admins = { "chad@example.org" }
+admins = { "chad@example.org" }
 
 # We can add more than one by separating them by commas. (This file is written in Lua.)
-admins = { "chad@example.org", "chadmin@example.org" }
+admins = { "chad@example.org", "chadmin@example.org" }

Note that we have not created these accounts yet, we will do this below. -- cgit v1.2.3