Fix some issues with the default config
This commit is contained in:
parent
4ff111a216
commit
f88e6dec5a
|
@ -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",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"register": true,
|
||||
"entity": "NickServ",
|
||||
"email": "{nickname}@domain.com",
|
||||
"domains": [],
|
||||
"registermsg": "REGISTER {password} {email}",
|
||||
"confirm": "CONFIRM {token}",
|
||||
"check": true,
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"dist": "dist",
|
||||
"loadmod": "loadmod <module>",
|
||||
"msg": "msg <network> <num> <target> <message...>",
|
||||
"mon": "mon -h",
|
||||
"chans": "chans <nick> [<nick> ...]",
|
||||
"users": "users <channel> [<channel> ...]",
|
||||
"relay": "relay <add|del|list> [<network>] [<num>]",
|
||||
|
|
Loading…
Reference in New Issue