nicatronTg

Untitled

Jun 7th, 2011
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. /* Network configuration */
  2. set {
  3. network-name "ShankShock IRC";
  4. default-server "irc.roxnet.org";
  5. services-server "services.roxnet.org";
  6. stats-server "stats.roxnet.org";
  7. help-channel "#ROXnet";
  8. hiddenhost-prefix "rox";
  9. /* prefix-quit "no"; */
  10. /* Cloak keys should be the same at all servers on the network.
  11. * They are used for generating masked hosts and should be kept secret.
  12. * The keys should be 3 random strings of 5-100 characters
  13. * (10-20 chars is just fine) and must consist of lowcase (a-z),
  14. * upcase (A-Z) and digits (0-9) [see first key example].
  15. * HINT: On *NIX, you can run './unreal gencloak' in your shell to let
  16. * Unreal generate 3 random strings for you.
  17. */
  18. cloak-keys {
  19. "aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
  20. "and another one";
  21. "and another one";
  22. };
  23. /* on-oper host */
  24. hosts {
  25. local "locop.roxnet.org";
  26. global "ircop.roxnet.org";
  27. coadmin "coadmin.roxnet.org";
  28. admin "admin.roxnet.org";
  29. servicesadmin "csops.roxnet.org";
  30. netadmin "netadmin.roxnet.org";
  31. host-on-oper-up "no";
  32. };
  33. };
Advertisement
Add Comment
Please, Sign In to add comment