Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- me
- {
- name "irc.domain.com";
- info "FooNet Server";
- numeric 1;
- };
- admin {
- "Bob Smith";
- "bob";
- };
- class clients
- {
- pingfreq 120;
- maxclients 20000;
- sendq 100000;
- recvq 32000;
- };
- allow {
- ip *@*;
- hostname *@*;
- class clients;
- maxperip 5;
- };
- oper blackeye {
- class clients;
- from {
- userhost *@*;
- };
- password "mdp";
- flags "+oOCAaNrDRhwgcLKkbBnGztZWHvqXd";
- maxlogins 2;
- };
- listen 5.39.55.215:4562 {
- options {
- clientsonly;
- };
- };
- drpass {
- restart "a90ffdhfsgjh4oktfasl234asd2";
- die "da8s234nasgdfgklklSDFHg235sd";
- };
- log "ircd.log" {
- maxsize 20;
- flags {
- errors;
- };
- };
- tld {
- mask *@*;
- motd "ircd.motd";
- rules "ircd.rules";
- };
- link services.are.awesome
- {
- username *;
- hostname 127.0.0.1;
- bind-ip *;
- port 9001;
- hub *;
- password-connect "password";
- password-receive "password";
- class default;
- options { };
- };
- ulines { services.are.awesome; };
- set {
- network-name "HTTP 1.1";
- default-server "none.none";
- services-server "services.are.awesome";
- stats-server "none.none";
- help-channel "#help";
- auto-join "#lobby";
- hiddenhost-prefix "HTTP";
- cloak-keys {
- "oAr4l3sttatVz4Zb7x4Y32fxnR6p";
- "hV57x4g23e1Hntt5abtl32J7YwpW";
- "l3Z5nRx7hVtttb7x4YwaoAr1Hgqa";
- };
- hosts {
- local "localhost";
- global "localhost";
- admin "localhost";
- coadmin "localhost";
- servicesadmin "localhost";
- netadmin "localhost";
- host-on-oper-up "on";
- };
- };
- set {
- kline-address "[email protected]";
- modes-on-connect "+ixw";
- modes-on-oper "+xwgs";
- options {
- hide-ulines;
- };
- maxchannelsperuser 5;
- anti-spam-quit-message-time 30s;
- oper-only-stats "*";
- throttle {
- connections 15;
- period 120s;
- };
- };
- set {
- modes-on-join "+stu";
- level-on-join "none";
- restrict-usermodes "*";
- restrict-channelmodes "*";
- static-part "yes";
- who-limit "1";
- };
- set {
- options {
- };
- anti-flood {
- nick-flood "1:3360";
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment