ngircd-test2.conf 509 B

123456789101112131415161718192021222324252627282930313233
  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. [Options]
  14. OperCanUseMode = yes
  15. Ident = no
  16. IncludeDir = /var/empty
  17. PAM = no
  18. [Operator]
  19. Name = TestOp
  20. Password = 123
  21. [Server]
  22. Name = ngircd.test.server
  23. Host = 127.0.0.1
  24. Port = 6789
  25. MyPassword = pwd2
  26. PeerPassword = pwd1
  27. # -eof-