start irc with minisrv

This commit is contained in:
zefie
2025-06-12 16:15:47 -04:00
parent 4270d7f3a7
commit 3b709ee303
3 changed files with 21 additions and 1 deletions

View File

@@ -235,7 +235,12 @@
"wtv-chat": {
// wtv-chat (used for IRC)
"port": 1630,
"connections": 3
"connections": 3,
"run_irc_server": true,
"irc_port": 1667,
"modules": [
"WTVIRC"
]
},
"wtvchat": {
// wtvchat://server:port/channel passthrough (wni official)