1
0
Fork 0

Update config.yml

This commit is contained in:
Eric Lay 2025-05-11 17:55:16 -05:00
parent 28a7ee7727
commit 3326176482
1 changed files with 8 additions and 4 deletions

View File

@ -1,10 +1,14 @@
# ircBridgeV3 Config # ircBridgeV3 Config
irc: irc:
server: irc.privatesilverscreen.cc server: irc.website.com
port: 6667 port: 6697
botnick: "AdminBot" botnick: ""
nickserv_user: ""
nickserv_pass: ""
oper_user: ""
oper_pass: ""
lobby_chat: "#lobby" lobby_chat: "#lobby"
main_chat: "#general" main_chat: "#general" # #lobby for testing should be #general for production
staff_chats: staff_chats:
1: "#staff" 1: "#staff"
2: "#moderation" 2: "#moderation"