From 745c7caa120af171061410ad8ff11ef876a57c39 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 21 Jul 2022 13:39:44 +0100 Subject: [PATCH] Fix some issues with the default config --- conf/example/config.json | 4 ++-- conf/example/irc.json | 1 + conf/help.json | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/example/config.json b/conf/example/config.json index 9471a47..f238f8b 100644 --- a/conf/example/config.json +++ b/conf/example/config.json @@ -12,12 +12,12 @@ }, "Key": "key.pem", "Certificate": "cert.pem", - "RedisSocket": "/tmp/redis.sock", + "RedisSocket": "/var/run/redis/redis.sock", "UsePassword": true, "ConnectOnCreate": false, "AutoReg": false, "Debug": false, - "Trace", false, + "Trace": false, "Relay": { "Host": "127.0.0.1", "Port": "201x", diff --git a/conf/example/irc.json b/conf/example/irc.json index 8270e2f..a62dd51 100644 --- a/conf/example/irc.json +++ b/conf/example/irc.json @@ -3,6 +3,7 @@ "register": true, "entity": "NickServ", "email": "{nickname}@domain.com", + "domains": [], "registermsg": "REGISTER {password} {email}", "confirm": "CONFIRM {token}", "check": true, diff --git a/conf/help.json b/conf/help.json index 7ea570d..b86ef14 100644 --- a/conf/help.json +++ b/conf/help.json @@ -13,7 +13,6 @@ "dist": "dist", "loadmod": "loadmod ", "msg": "msg ", - "mon": "mon -h", "chans": "chans [ ...]", "users": "users [ ...]", "relay": "relay [] []",