ngircd-test2.conf 436 B

1234567891011121314151617181920212223242526
  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. MaxConnectionsIP = 0
  10. OperCanUseMode = yes
  11. MaxJoins = 4
  12. NoIdent = yes
  13. [Operator]
  14. Name = TestOp
  15. Password = 123
  16. [Server]
  17. Name = ngircd.test.server
  18. Host = localhost
  19. Port = 6789
  20. MyPassword = pwd2
  21. PeerPassword = pwd1
  22. # -eof-