Uploading all files.

This commit is contained in:
2025-09-12 18:22:14 +01:00
parent 2034d6b109
commit feb1dc51d2
25 changed files with 3694 additions and 2 deletions

9
config.json.example Normal file
View File

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