/* NETWORK-SPECIFIC */ /* DO NOT MODIFY */ /* * US LUG (irc.uslug.org) Network Configuration File * */ set { cloak-keys { "JZOplAhRV4TZfg"; "JJqE4yj5kICp8w"; "pZhgcieDbWpA0f"; }; network-name "USLUG"; default-server "irc.uslug.org"; services-server "services.uslug.org"; stats-server "stats.uslug.org"; help-channel "#uslug"; hiddenhost-prefix "lug"; modes-on-connect "+iw"; modes-on-oper "+xwgs"; hosts { local "admin.uslug.org"; global "admin.uslug.org"; coadmin "admin.uslug.org"; admin "admin.uslug.org"; servicesadmin "admin.uslug.org"; netadmin "admin.uslug.org"; host-on-oper-up "yes"; }; maxchannelsperuser 30; kline-address "kline@uslug.org"; options { /* ident-check "true"; */ show-opermotd; }; oper-only-stats "okfGsMRUEelLCXzdD"; /* Throttling: this example sets a limit of 3 connection attempts per 60s (per host). */ throttle { connections 3; period 60s; }; /* Anti flood protection */ anti-flood { nick-flood 3:60; /* 3 nickchanges per 60 seconds (the default) */ }; /* Spam filter */ spamfilter { ban-time 1d; /* default duration of a *line ban set by spamfilter */ ban-reason "Spam/Advertising"; /* default reason */ virus-help-channel "#help"; /* channel to use for 'viruschan' action */ except "#uslug"; /* channel to exempt from filtering */ }; /* The minimum time a user must be connected before being allowed to use a QUIT message, * This will hopefully help stop spam */ anti-spam-quit-message-time 10s; }; /* Ulines */ ulines { services.uslug.org; stats.uslug.org; };