ngircd-test2.conf 464 B

12345678910111213141516171819202122232425262728293031
  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. Ports = 6790
  7. MotdFile = ngircd-test2.motd
  8. AdminEMail = admin@irc.server2
  9. [Limits]
  10. MaxConnectionsIP = 0
  11. MaxJoins = 4
  12. [Options]
  13. OperCanUseMode = yes
  14. Ident = no
  15. PAM = no
  16. [Operator]
  17. Name = TestOp
  18. Password = 123
  19. [Server]
  20. Name = ngircd.test.server
  21. Host = localhost
  22. Port = 6789
  23. MyPassword = pwd2
  24. PeerPassword = pwd1
  25. # -eof-