new default channels, but disable IRCd by default

This commit is contained in:
zefie
2025-06-23 12:43:28 -04:00
parent fefea8efad
commit 6bbf626e19

View File

@@ -61,7 +61,7 @@
] ]
}, },
"irc": { "irc": {
"enabled": true, "enabled": false,
"port": 1667, "port": 1667,
"oper_username": "minisrv", "oper_username": "minisrv",
"oper_password": "changeme573", "oper_password": "changeme573",
@@ -81,6 +81,22 @@
"ops": [ "ops": [
"*!*@127.0.0.1" "*!*@127.0.0.1"
] ]
},
{
"name": "#WebTV",
"modes": ["n", "t", "c", "C", "T"],
"topic": "Welcome to the WebTV channel",
"ops": [
"*!*@127.0.0.1"
]
},
{
"name": "#secure",
"modes": ["n", "t", "S", "Z"],
"topic": "SSL only chat",
"ops": [
"*!*@127.0.0.1"
]
} }
] ]
}, },