add reserved channel feature

This commit is contained in:
zefie
2025-06-15 00:31:36 -04:00
parent d8d01f09c2
commit d8d8ccb129
2 changed files with 82 additions and 15 deletions

View File

@@ -73,7 +73,17 @@
/* self-signed, can be replaced with another cert */
"cert": "%ServiceDeps%/irc/selfsigned_cert.pem",
"key": "%ServiceDeps%/irc/selfsigned_key.pem"
}
},
"channels": [
{
"name": "#general",
"modes": ["n","t"],
"topic": "General Chat Channel",
"ops": [
"*!*@127.0.0.1"
]
}
]
},
"pc_admin": {
"enabled": false,