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.

ergonomadic.conf 574B

12345678910111213141516
  1. [server]
  2. name = "irc.example.com" ; required, usually a hostname
  3. database = "ergonomadic.db" ; path relative to this file
  4. listen = "localhost:6667" ; see `net.Listen` for examples
  5. listen = "[::1]:6667" ; multiple `listen`s are allowed.
  6. motd = "motd.txt" ; path relative to this file
  7. password = "JDJhJDA0JHJzVFFlNXdOUXNhLmtkSGRUQVVEVHVYWXRKUmdNQ3FKVTRrczRSMTlSWGRPZHRSMVRzQmtt" ; 'test'
  8. [operator "root"]
  9. password = "JDJhJDA0JEhkcm10UlNFRkRXb25iOHZuSDVLZXVBWlpyY0xyNkQ4dlBVc1VMWVk1LlFjWFpQbGxZNUtl" ; 'toor'
  10. [debug]
  11. net = true
  12. client = false
  13. channel = false
  14. server = false