Advertisement
Guest User

Untitled

a guest
May 6th, 2017
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. me {
  2. name relurk.webs.com;
  3. info Relurk IRC;
  4. numeric 1;
  5. };
  6. admin {
  7. "Jakob";
  8. "relurk";
  9. "Relurk@relurk.webs.com";
  10. };
  11. class clients {
  12. pingfreq 90;
  13. maxclients 500;
  14. sendq 100000;
  15. recvq 8000;
  16. };
  17. class servers {
  18. pingfreq 90;
  19. maxclients 10; /* Max servers we can have linked at a time */
  20. sendq 1000000;
  21. connfreq 100; /* How many seconds between each connection attempt */
  22. };
  23. allow {
  24. ip *;
  25. hostname *;
  26. class clients;
  27. maxperip 5;
  28. };
  29. allow {
  30. ip *@*;
  31. hostname *@*.passworded.ugly.people;
  32. class clients;
  33. password "f00Ness";
  34. maxperip 1;
  35. };
  36. listen *:6667 {
  37. options {
  38. clientsonly;
  39. };
  40. };
  41. oper relurk {
  42. class clients;
  43. from {
  44. userhost *@comcast.net;
  45. };
  46. password "xUTAHx";
  47. flags {
  48. netadmin;
  49. can_gkline;
  50. can_gzline;
  51. can_zline;
  52. can_restart;
  53. can_die;
  54. global;
  55. };
  56. swhois "Is Owner Of Relurk IRC";
  57. snomask frebWqFv;
  58. };
  59. oper dj801 {
  60. class clients;
  61. from {
  62. userhost *@comcast.net;
  63. };
  64. password "dj801rocks";
  65. flags {
  66. netadmin;
  67. can_gkline;
  68. can_gzline;
  69. can_zline;
  70. can_restart;
  71. can_die;
  72. global;
  73. };
  74. swhois "is How This Server is Up and Root";
  75. snomask frebWqFv;
  76. };
  77. drpass {
  78. restart "restart-u-hoe";
  79. die "die-you-hoe";
  80. };
  81. loadmodule "modules/commands.dll";
  82. loadmodule "modules/cloak.dll";
  83. log ircd.log {
  84. maxsize 21MB;
  85. flags {
  86. errors;
  87. kills;
  88. oper;
  89. kline;
  90. tkl;
  91. };
  92. };
  93. ban nick {
  94. mask "motherfucker";
  95. reason "Reserved for your dad";
  96. };
  97. ban nick {
  98. mask "pie";
  99. reason "maybe a PIE Virus o.o";
  100. };
  101. ban ip {
  102. mask "0.0.0.0";
  103. reason "hacker umm";
  104. };
  105. except ban {
  106. mask "67.182.199.130";
  107. };
  108. except ban {
  109. mask "*@c-67-182-199-130.hsd1.ut.comcast.net";
  110. };
  111. except ban {
  112. mask "*@c-67-161-212-67.hsd1.ut.comcast.net";
  113. };
  114. except ban {
  115. mask "67.161.212.67";
  116. };
  117. deny channel {
  118. channel "#*r*e*l*u*r*k*s*u*c*k*";
  119. reason "FUCK U COCK SUCKER";
  120. warn on;
  121. };
  122. badword * {
  123. word "relurk sucks";
  124. replace "I WANT RELURK'S BALLS";
  125. };
  126. badword * {
  127. word "O_O";
  128. replace "I'm a fag";
  129. };
  130. set {
  131. kline-address my@emailaddress.com;
  132. auto-join #welcome;
  133. options {
  134. hide-ulines;
  135. };
  136. hosts {
  137. local Local.Reurk.webs.com;
  138. global Global.Relurk.webs.com;
  139. };
  140. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement