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 [] []",