Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Network configuration */
- set {
- network-name "ShankShock IRC";
- default-server "irc.roxnet.org";
- services-server "services.roxnet.org";
- stats-server "stats.roxnet.org";
- help-channel "#ROXnet";
- hiddenhost-prefix "rox";
- /* prefix-quit "no"; */
- /* Cloak keys should be the same at all servers on the network.
- * They are used for generating masked hosts and should be kept secret.
- * The keys should be 3 random strings of 5-100 characters
- * (10-20 chars is just fine) and must consist of lowcase (a-z),
- * upcase (A-Z) and digits (0-9) [see first key example].
- * HINT: On *NIX, you can run './unreal gencloak' in your shell to let
- * Unreal generate 3 random strings for you.
- */
- cloak-keys {
- "aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
- "and another one";
- "and another one";
- };
- /* on-oper host */
- hosts {
- local "locop.roxnet.org";
- global "ircop.roxnet.org";
- coadmin "coadmin.roxnet.org";
- admin "admin.roxnet.org";
- servicesadmin "csops.roxnet.org";
- netadmin "netadmin.roxnet.org";
- host-on-oper-up "no";
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment