You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
972 B

  1. [irc]
  2. #host = 'irc.hackint.org'
  3. #port = 6697
  4. # 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)
  5. #ssl = 'yes'
  6. #nick = 'h2ibot'
  7. #real = 'I am an http2irc bot.'
  8. # 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
  9. #certfile =
  10. #certkeyfile =
  11. [web]
  12. #host = '127.0.0.1'
  13. #port = 8080
  14. [maps]
  15. # No maps exist by default.
  16. #[maps.spam]
  17. # If webpath and/or ircchannel aren't specified, they correspond to the map key.
  18. # The webpath must start with a slash.
  19. #webpath = '/spam'
  20. #ircchannel = '#spam'
  21. # auth can be either 'user:pass' for basic authentication or false to disable auth
  22. #auth = false