Browse Source

fixed syntax error

dominik 2 years ago
parent
commit
765a34e1e4
2 changed files with 4 additions and 7 deletions
  1. 3 6
      data/conf.d/44-irc.yml
  2. 1 1
      data/conf/ejabberd.yml

+ 3 - 6
data/conf.d/44-irc.yml

@@ -1,9 +1,6 @@
 listen:
 -
    port: 5347 # default port as per https://doc.biboumi.louiz.org/9.0/admin.html
-    ip: "::"
-    module: ejabberd_service
-    access: all
-    hosts:
-      "irc.@HOST@":
-        password: "secret"
+   ip: "::"
+   module: ejabberd_service
+   password: "secret"

+ 1 - 1
data/conf/ejabberd.yml

@@ -17,6 +17,6 @@ include_config_file:
   - /home/ejabberd/conf/conf.d/41-s2s.yml
   - /home/ejabberd/conf/conf.d/42-c2s.yml
   - /home/ejabberd/conf/conf.d/43-http.yml
-  - /home/ejabberd/conf/conf.d/44-ircs.yml
+  - /home/ejabberd/conf/conf.d/44-irc.yml
   - /home/ejabberd/conf/conf.d/50-stun-turn.yml
   - /home/ejabberd/conf/conf.d/60-modules.yml