Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. loadmodule "src/modules/commands.so"; loadmodule "src/modules/cloak.so";
  2. include "help.conf"; include "badwords.channel.conf"; include
  3. "badwords.message.conf"; include "badwords.quit.conf"; include
  4. "spamfilter.conf"; include "aliases/anope.conf"; me {
  5. name "KART35.nachos.net";
  6. info "AUGH DON'T LOOK AT ME I'M NAKED";
  7. numeric 4;
  8. };
  9. admin {
  10. "Server admin: Tom A. Barstad (post@tomatix.com)";
  11. "NachoNet Administration";
  12. "Network admins: wtechboy18@gmail.com / blindtosound@gmail.com (respectively)";
  13. };
  14. class clients {
  15. pingfreq 90;
  16. maxclients 500;
  17. sendq 100000;
  18. recvq 8000;
  19. };
  20. class servers {
  21. pingfreq 90;
  22. maxclients 10;
  23. sendq 1000000;
  24. connfreq 100;
  25. };
  26. allow {
  27. ip *;
  28. hostname *;
  29. class clients;
  30. maxperip 5;
  31. };
  32.  
  33. oper Kart35 {
  34. class clients;
  35. from {
  36. userhost *@*;
  37. };
  38. password "Kart35SpyderMan";
  39. flags "oOCAaNrRDhgwnGcLkKbBzZtvqHWXd";
  40. };
  41.  
  42. oper Nach0z {
  43. class clients;
  44. from {
  45. userhost *@*;
  46. };
  47. password "$2mjNnRLE$mDsExc4H+b0moNpdeYIzVw==" { md5; };
  48. flags "oOCAaNrRDhgwnGcLkKbBzZtvqHWXd";
  49. };
  50. oper Xenolithic {
  51. class clients;
  52. from {
  53. userhost *@68.110.207.186;
  54. };
  55. password "$coKk+mBa$JXF27j6oA7Idga/p+GWk/Q==" { md5; };
  56. flags "oOCAaNrRDhgwnGcLkKbBzZtvqHWXd";
  57. };
  58. oper TechBot {
  59. class clients;
  60. from {
  61. userhost *@*;
  62. };
  63. password "$2mjNnRLE$mDsExc4H+b0moNpdeYIzVw==" { md5; };
  64. flags "oOCAaNrRDhgwnGcLkKbBzZtvqHWXd";
  65. };
  66. oper BluntSaviour {
  67. class clients;
  68. from {
  69. userhost *@*;
  70. };
  71. password "hash420";
  72. flags "oOCAaNrRDhgwnGcLkKbBzZtvqHWXd";
  73. };
  74.  
  75. oper Tomatix {
  76. class clients;
  77. from {
  78. userhost *tomatix@*;
  79. };
  80. password "123NotMyPassword";
  81. flags "oOCAaNrRDhgwnGcLkKbBzZtvqHWXd";
  82. };
  83.  
  84. oper itzbuddy {
  85. class clients;
  86. from {
  87. userhost *@*;
  88. };
  89. password "Itzbuddy9001";
  90. flags "oOCAaNrRDhgwnGcLkKbBzZtvqHWXd";
  91. }
  92.  
  93. listen *:6667
  94. {
  95. options
  96. {
  97. clientsonly;
  98. };
  99. };
  100.  
  101. listen *:7000 { options { serversonly; }; }; listen *:8080
  102. {
  103. options
  104. {
  105. clientsonly;
  106. };
  107. };
  108. drpass {
  109. restart "$2mjNnRLE$mDsExc4H+b0moNpdeYIzVw==" { md5; };
  110. die "$2mjNnRLE$mDsExc4H+b0moNpdeYIzVw==" { md5; };
  111. };
  112. log "ircd.log" {
  113. maxsize 2097152;
  114. flags {
  115. oper;
  116. kline;
  117. connects;
  118. server-connects;
  119. kills;
  120. errors;
  121. sadmin-commands;
  122. chg-commands;
  123. oper-override;
  124. spamfilter;
  125. };
  126. };
  127. link services.nachos.net {
  128. username *;
  129. hostname 127.0.0.1;
  130. port 7000;
  131. bind-ip 192.168.2.1;
  132. password-connect "ServsAreEntering";
  133. password-receive "ServsAreEntering";
  134. class servers;
  135. };
  136.  
  137. link NACH0z.nachos.net {
  138. username *;
  139. hostname 74.190.67.36;
  140. bind-ip *;
  141. port 9997;
  142. hub *;
  143. password-connect "NACH0Z";
  144. password-receive "NACH0Z";
  145. class servers;
  146. };
  147.  
  148. link KART35.nachos.net {
  149. username *;
  150. hostname kart35.doesntexist.com;
  151. bind-ip *;
  152. port 6667;
  153. hub *;
  154. password-receive "NACH0Z";
  155. password-connect "NACH0Z";
  156. class servers;
  157. };
  158.  
  159. link TOMATIX.nachos.net {
  160. username *;
  161. hostname 80.202.216.3;
  162. bind-ip *;
  163. port 4400;
  164. hub *;
  165. password-connect "NACH0Z";
  166. password-receive "NACH0Z";
  167. class servers;
  168. };
  169.  
  170.  
  171.  
  172.  
  173.  
  174. ulines {
  175. services.nachos.net;
  176. };
  177. alias NickServ { type services; }; alias ChanServ { type services; };
  178. alias OperServ { type services; }; alias HelpServ { type services; };
  179. alias StatServ { type stats; }; alias "services" {
  180. format "^#" {
  181. target "chanserv";
  182. type services;
  183. parameters "%1-";
  184. };
  185. format "^[^#]" {
  186. target "nickserv";
  187. type services;
  188. parameters "%1-";
  189. };
  190. type command;
  191. };
  192. alias "identify" {
  193. format "^#" {
  194. target "chanserv";
  195. type services;
  196. parameters "IDENTIFY %1-";
  197. };
  198. format "^[^#]" {
  199. target "nickserv";
  200. type services;
  201. parameters "IDENTIFY %1-";
  202. };
  203. type command;
  204. };
  205. ban nick {
  206. mask "*C*h*a*n*S*e*r*v*";
  207. reason "Reserved for Services";
  208. };
  209. ban user {
  210. mask *tirc@*.saturn.bbn.com;
  211. reason "Idiot";
  212. };
  213. cgiirc {
  214. type webirc;
  215. hostname "wtechboy18.dyndns.org";
  216. password "Nach0zWinsAll";
  217. };
  218. /* Network configuration */ set {
  219. network-name "NachoNet";
  220. default-server "irc.nachos.net";
  221. services-server "irc.nachos.net";
  222. stats-server "irc.nachos.net";
  223. help-channel "#help";
  224. hiddenhost-prefix "nachos";
  225. prefix-quit "Quit: ";
  226. cloak-keys {
  227. "aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
  228. "aoAr1Hn4Zb7x4YwpWR6gl3sJ7hVz";
  229. "aoAr1Hn4Zb7x4YwpWR6aoAr1Hn4Zgl3sJ7hVz";
  230. };
  231. hosts {
  232. local "staff.nachos.net";
  233. global "staff.nachos.net";
  234. coadmin "staff.nachos.net";
  235. admin "staff.nachos.net";
  236. servicesadmin "staff.nachos.net";
  237. netadmin "staff.nachos.net";
  238. host-on-oper-up "yes";
  239. };
  240. };
  241. /* Server specific configuration */ set {
  242. kline-address "wtechboy18@gmail.com";
  243. modes-on-connect "+ixw";
  244. modes-on-oper "+xwgs";
  245. oper-auto-join "#Operators";
  246. options {
  247. hide-ulines;
  248. identd-check;
  249. show-connect-info;
  250. };
  251. maxchannelsperuser 90;
  252. anti-spam-quit-message-time 10s;
  253. oper-only-stats "*";
  254. throttle {
  255. connections 3;
  256. period 60s;
  257. };
  258. anti-flood {
  259. nick-flood 3:60;
  260. };
  261. spamfilter {
  262. ban-time 1d;
  263. ban-reason "Spam/Advertising";
  264. virus-help-channel "#help";
  265. };
  266. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement