Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include "help.conf";
- 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 {
- ssl;
- clientsonly;
- };
- };
- drpass {
- restart "a90ffdhfsgjh4oktfasl234asd2";
- die "da8s234nasgdfgklklSDFHg235sd";
- };
- log "ircd.log" {
- maxsize 20;
- flags {
- errors;
- };
- };
- tld {
- mask *@*;
- motd "ircd.motd";
- rules "ircd.rules";
- };
- set {
- kline-address "[email protected]";
- modes-on-connect "+ixw";
- modes-on-oper "+xwgs";
- options {
- hide-ulines;
- };
- maxchannelsperuser 10;
- 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