change irc config, add more features

This commit is contained in:
zefie
2025-06-14 13:01:34 -04:00
parent c18fd3f878
commit e461b81254
3 changed files with 894 additions and 640 deletions

View File

@@ -60,6 +60,15 @@
"includes/reservedWords.json"
]
},
"irc": {
"enabled": true,
"port": 1667,
"motd": "Welcome to the minisrv WebTV IRC Server!",
"oper_username": "minisrv",
"oper_password": "changeme573",
"oper_enabled": false, // Don't enable with default credentials!
"channel_limit": 10
},
"pc_admin": {
"enabled": false,
"ip_whitelist": [
@@ -235,9 +244,7 @@
"wtv-chat": {
// wtv-chat (used for IRC)
"port": 1630,
"connections": 3,
"run_irc_server": true,
"irc_port": 1667
"connections": 3
},
"wtvchat": {
// wtvchat://server:port/channel passthrough (wni official)