From 6254227f9807c0b8c049821210f45e1e2b37cf74 Mon Sep 17 00:00:00 2001 From: Gavan Fantom Date: Tue, 21 Jan 2025 14:22:12 +0000 Subject: [PATCH] Add example config file for documentation purposes --- example.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 example.ini diff --git a/example.ini b/example.ini new file mode 100644 index 0000000..cfdd1a2 --- /dev/null +++ b/example.ini @@ -0,0 +1,18 @@ +[general] +honeypots = #a, #b, #c +announce = #d, #e +connections = abcde, fghij +nick = SpamKicker +real = Spam kicking bot +password = super_secret_op_password +ban_type = ZLINE +ban_duration = 1d + +[abcde] +server = irc.example.net +port = 6667 + +[fghij] +server = irc2.example.net +port = 6667 +