blob: 7c2ff18e9f6c723f3759ba30299c0c81c124d88c (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[irc]
#host = 'irc.hackint.org'
#port = 6697
# Possible values: 'yes' (connect over SSL/TLS and verify certificates), 'no' (connect without SSL/TLS), and 'insecure' (connect over SSL/TLS but disable all certificate checks)
#ssl = 'yes'
#nick = 'h2ibot'
#real = 'I am an http2irc bot.'
# Certificate and key for CertFP authentication with NickServ; certfile is a string containing the path to a .pem file which has the certificate and the key, certkeyfile similarly for one containing only the key; default values are empty (None in Python) to disable CertFP authentication
#certfile =
#certkeyfile =
[web]
#host = '127.0.0.1'
#port = 8080
[maps]
# No maps exist by default.
#[maps.spam]
# If webpath and/or ircchannel aren't specified, they correspond to the map key.
# The webpath must start with a slash.
#webpath = '/spam'
#ircchannel = '#spam'
# auth can be either 'user:pass' for basic authentication or false to disable auth
#auth = false
|