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.

22 lines
654 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. [web]
  9. #host = '127.0.0.1'
  10. #port = 8080
  11. [maps]
  12. # No maps exist by default.
  13. #[maps.spam]
  14. # If webpath and/or ircchannel aren't specified, they correspond to the map key.
  15. # The webpath must start with a slash.
  16. #webpath = '/spam'
  17. #ircchannel = '#spam'
  18. # auth can be either 'user:pass' for basic authentication or false to disable auth
  19. #auth = false