Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 1.46 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. include "help.conf";
  2.  
  3. me
  4. {
  5.         name "irc.domain.com";
  6.         info "FooNet Server";
  7.         numeric 1;
  8. };
  9.  
  10. admin {
  11.         "Bob Smith";
  12.         "bob";
  13.         "widely@used.name";
  14. };
  15.  
  16. class           clients
  17. {
  18.         pingfreq 120;
  19.         maxclients 20000;
  20.         sendq 100000;
  21.         recvq 32000;
  22. };
  23.  
  24. allow {
  25.         ip             *@*;
  26.         hostname       *@*;
  27.         class           clients;
  28.         maxperip 5;
  29. };
  30.  
  31. oper blackeye {
  32.     class clients;
  33.     from {
  34.         userhost *@*;
  35.     };
  36.     password "mdp";
  37.     flags "+oOCAaNrDRhwgcLKkbBnGztZWHvqXd";
  38.     maxlogins 2;
  39. };
  40.  
  41. listen  5.39.55.215:4562 {
  42.   options {
  43.     ssl;
  44.     clientsonly;
  45.   };
  46. };
  47.  
  48. drpass {
  49.     restart "a90ffdhfsgjh4oktfasl234asd2";
  50.     die "da8s234nasgdfgklklSDFHg235sd";
  51. };
  52.  
  53. log "ircd.log" {
  54.     maxsize 20;
  55.     flags {
  56.         errors;
  57.     };
  58. };
  59.  
  60. tld {
  61.     mask *@*;
  62.     motd "ircd.motd";
  63.     rules "ircd.rules";
  64. };
  65.  
  66. set {
  67.     kline-address "lol@wat.ok";
  68.     modes-on-connect "+ixw";
  69.     modes-on-oper     "+xwgs";
  70.     options {
  71.         hide-ulines;
  72.     };
  73.     maxchannelsperuser 10;
  74.     anti-spam-quit-message-time 30s;
  75.     oper-only-stats "*";
  76.     throttle {
  77.         connections 15;
  78.         period 120s;
  79.     };
  80. };
  81.  
  82.  
  83. set {
  84.     modes-on-join        "+stu";
  85.     level-on-join        "none";
  86.     restrict-usermodes     "*";
  87.     restrict-channelmodes     "*";
  88.     static-part         "yes";
  89.     who-limit        "1";
  90. };
  91. set {
  92.     options {
  93.  
  94.     };
  95.     anti-flood {
  96.         nick-flood     "1:3360";
  97.     };
  98. };