Add example config file for documentation purposes
This commit is contained in:
18
example.ini
Normal file
18
example.ini
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user