new default channels, but disable IRCd by default
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user