irc_bot/config.yml.example
Arthur POULET 2622e4283c
Initialize base features
- Honeypot channels
- Autoban with uban
- Safe user list
2023-07-28 08:05:26 +02:00

23 lines
325 B
Plaintext

server:
host: "domain/ip to connect on"
port: 6697
ssl: true
nicks:
- Honey
- Honey1
- Honey2
oper:
user: "opername"
password: "operpassword"
honeypot:
duration: "30d"
safe_users:
- "Admin"
- "Honey"
- "Honey1"
- "Honey2"
channels:
- "#a-honeypot"
- "#z-honeypot"