ngircd-test2.conf 539 B

1234567891011121314151617181920212223242526272829303132333435
  1. # ngIRCd test suite
  2. # configuration file for test server #2
  3. [Global]
  4. Name = ngircd.test.server2
  5. Info = ngIRCd Test-Server 2
  6. Listen = 127.0.0.1
  7. Ports = 6790
  8. MotdFile = ngircd-test2.motd
  9. AdminEMail = admin@irc.server2
  10. [Limits]
  11. MaxConnectionsIP = 0
  12. MaxJoins = 4
  13. MaxPenaltyTime = 1
  14. [Options]
  15. OperCanUseMode = yes
  16. Ident = no
  17. IncludeDir = /var/empty
  18. DNS = no
  19. PAM = no
  20. [Operator]
  21. Name = TestOp
  22. Password = 123
  23. [Server]
  24. Name = ngircd.test.server
  25. Host = 127.0.0.1
  26. Port = 6789
  27. MyPassword = pwd2
  28. PeerPassword = pwd1
  29. # -eof-