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.

27 lines
483B

  1. {
  2. "admins": [
  3. "testnick"
  4. ],
  5. "servers": [
  6. {
  7. "server": "irc.freenode.net",
  8. "port": 6697,
  9. "ssl": true,
  10. "nickname": "hBotTest1",
  11. "password": "password",
  12. "channels": [
  13. "#123123123123_test_channel"
  14. ]
  15. },
  16. {
  17. "server": "irc.freenode.net",
  18. "port": 6697,
  19. "ssl": true,
  20. "nickname": "hBotTest",
  21. "password": "password",
  22. "channels": [
  23. "#123123123123_test_channel1"
  24. ]
  25. }
  26. ]
  27. }