Files
duckhunt/config.json.example
2025-09-12 18:22:14 +01:00

10 lines
212 B
JSON

{
"server": "irc.example.com",
"port": 6697,
"use_ssl": true,
"nick": "DuckHunt",
"channels": ["#duckhunt"],
"sasl_username": "your_nick_here",
"sasl_password": "your_password_here"
}