Advertisement
Guest User

config

a guest
Feb 23rd, 2011
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.15 KB | None | 0 0
  1. loadmodule "src/modules/commands.so";
  2. loadmodule "src/modules/cloak.so";
  3.  
  4. include "aliases/anope.conf";
  5. include "help.conf";
  6. include "badwords.channel.conf";
  7. include "badwords.message.conf";
  8. include "badwords.quit.conf";
  9. include "spamfilter.conf";
  10.  
  11. me
  12. {
  13. name "rampage.ircmadness.net";
  14. info "IRCMadness - Rampage Server";
  15. numeric 1;
  16. };
  17.  
  18.  
  19. admin {
  20. "Joseph Berry";
  21. "Joe";
  22. "netadmin@ircmadness.net";
  23. "-----";
  24. "Raymond Crowther";
  25. "Ray";
  26. "netadmin@ircmadness.net";
  27. };
  28.  
  29.  
  30. class clients
  31. {
  32. pingfreq 250;
  33. maxclients 500;
  34. sendq 100000;
  35. recvq 8000;
  36. };
  37.  
  38. class servers
  39. {
  40. pingfreq 250;
  41. maxclients 10;
  42. sendq 1000000;
  43. connfreq 100;
  44. };
  45.  
  46. allow {
  47. ip *@*;
  48. hostname *@*;
  49. class clients;
  50. maxperip 500;
  51. };
  52.  
  53.  
  54.  
  55.  
  56. oper Joe {
  57. class clients;
  58. from {
  59. userhost *@*;
  60. };
  61. password "pass";
  62. flags
  63. {
  64. netadmin;
  65. can_rehash;
  66. can_localkill;
  67. can_globalkill;
  68. local;
  69. can_globalroute;
  70. can_localroute;
  71. can_zline;
  72. can_gzline;
  73. can_gkline;
  74. global;
  75. can_kline;
  76. can_unkline;
  77. can_localnotice;
  78. can_globalnotice;
  79. get_umodew;
  80. can_override;
  81. can_addline;
  82. get_umodew;
  83. get_host;
  84. can_dccdeny;
  85. };
  86. };
  87.  
  88. oper Matt {
  89. class clients;
  90. from {
  91. userhost *@*;
  92. };
  93. password "pass";
  94. flags
  95. {
  96. can_globalroute;
  97. can_localroute;
  98. can_gzline;
  99. can_gkline;
  100. global;
  101. can_kline;
  102. can_unkline;
  103. can_localnotice;
  104. can_globalnotice;
  105. get_umodew;
  106. can_override;
  107. can_addline;
  108. get_host;
  109. };
  110. };
  111.  
  112. oper Ray {
  113. class clients;
  114. from {
  115. userhost *@*;
  116. };
  117. password "pass";
  118. flags
  119. {
  120. netadmin;
  121. can_rehash;
  122. can_localkill;
  123. can_globalkill;
  124. local;
  125. can_globalroute;
  126. can_localroute;
  127. can_zline;
  128. can_gzline;
  129. can_gkline;
  130. global;
  131. can_kline;
  132. can_unkline;
  133. can_localnotice;
  134. can_globalnotice;
  135. get_umodew;
  136. can_override;
  137. can_addline;
  138. get_umodew;
  139. get_host;
  140. can_dccdeny;
  141. };
  142. };
  143.  
  144. listen 72.20.21.111:12312;
  145.  
  146.  
  147. ulines {
  148. services.ircmadness.net;
  149. statserv.ircmadness.net;
  150. };
  151.  
  152.  
  153. drpass {
  154. restart "pass";
  155. die "pass";
  156. };
  157.  
  158.  
  159. log "ircd.log" {
  160. maxsize 2097152;
  161. flags {
  162. oper;
  163. kline;
  164. connects;
  165. server-connects;
  166. kills;
  167. errors;
  168. sadmin-commands;
  169. chg-commands;
  170. oper-override;
  171. spamfilter;
  172. };
  173. };
  174.  
  175. alias NickServ { type services; };
  176. alias ChanServ { type services; };
  177. alias OperServ { type services; };
  178. alias HelpServ { type services; };
  179. alias StatServ { type stats; };
  180.  
  181. include "aliases/aliases.conf";
  182.  
  183.  
  184. alias "identify" {
  185. format "^#" {
  186. target "chanserv";
  187. type services;
  188. parameters "IDENTIFY %1-";
  189. };
  190. format "^[^#]" {
  191. target "nickserv";
  192. type services;
  193. parameters "IDENTIFY %1-";
  194. };
  195. type command;
  196. };
  197.  
  198.  
  199.  
  200. alias "services" {
  201. format "^#" {
  202. target "chanserv";
  203. type services;
  204. parameters "%1-";
  205. };
  206. format "^[^#]" {
  207. target "nickserv";
  208. type services;
  209. parameters "%1-";
  210. };
  211. type command;
  212. };
  213.  
  214. alias "identify" {
  215. format "^#" {
  216. target "chanserv";
  217. type services;
  218. parameters "IDENTIFY %1-";
  219. };
  220. format "^[^#]" {
  221. target "nickserv";
  222. type services;
  223. parameters "IDENTIFY %1-";
  224. };
  225. type command;
  226. };
  227.  
  228.  
  229. alias "glinebot" {
  230. format ".+" {
  231. command "gline";
  232. type real;
  233. parameters "%1 2d Bots are not allowed on this server";
  234. };
  235. type command;
  236. };
  237.  
  238. tld {
  239. mask *@*;
  240. motd "ircd.motd";
  241. rules "ircd.motd";
  242. };
  243.  
  244.  
  245. ban nick {
  246. mask "*C*h*a*n*S*e*r*v*";
  247. reason "Reserved for Services";
  248. };
  249.  
  250.  
  251. ban realname {
  252. mask "Swat Team";
  253. reason "mIRKFORCE";
  254. };
  255.  
  256. ban realname {
  257. mask "sub7server";
  258. reason "sub7";
  259. };
  260.  
  261.  
  262.  
  263. deny dcc {
  264. filename "*sub7*";
  265. reason "Possible Sub7 Virus";
  266. };
  267.  
  268.  
  269. set {
  270. network-name "IRCMadness";
  271. default-server "rampage.ircmadness.net";
  272. services-server "services.ircmadness.net";
  273. help-channel "#help";
  274. hiddenhost-prefix "hub";
  275.  
  276. cloak-keys {
  277. "kOpnlOgFLPSJpZ0hNKy6m5AXwGPtGJ";
  278. "cRnr5y6b3HQMh5B8dfICcUxCIU9ndF";
  279. "Wfm9xhyujr2Z49Vv7YAFqCqN5Yy4bB";
  280. };
  281. hosts {
  282. local "localop.ircmadness.net";
  283. global "globalop.ircmadness.net";
  284. coadmin "coadmin.ircmadness.net";
  285. admin "admin.ircmadness.net";
  286. servicesadmin "servicesadmin.ircmadness.net";
  287. netadmin "netadmin.ircmadness.net";
  288. host-on-oper-up "yes";
  289.  
  290. };
  291. };
  292.  
  293.  
  294.  
  295. set {
  296. kline-address "klines@ircmadness.net";
  297. modes-on-connect "+ixw";
  298. modes-on-oper "+xwgs";
  299. modes-on-join "+nt";
  300. options {
  301. hide-ulines;
  302. show-connect-info;
  303. };
  304.  
  305. maxchannelsperuser 15;
  306. anti-spam-quit-message-time 30s;
  307.  
  308. oper-only-stats "okfGsMRUEelLCXzdD";
  309.  
  310. throttle {
  311. connections 5;
  312. period 60s;
  313. };
  314. anti-flood {
  315. nick-flood 3:60;
  316. };
  317.  
  318.  
  319. spamfilter {
  320. ban-time 1d;
  321. ban-reason "Spam/Advertising";
  322. virus-help-channel "#help";
  323. };
  324. };
  325.  
  326. link services.ircmadness.net {
  327. username *;
  328. hostname 72.20.21.111;
  329. bind-ip *;
  330. port 12312;
  331. hub *;
  332. password-connect password;
  333. password-receive password;
  334. class servers;
  335. };
  336.  
  337. link madness.ircmadness.net {
  338. username *;
  339. hostname 72.20.21.111;
  340. bind-ip *;
  341. port 12312;
  342. password-connect password;
  343. password-receive password;
  344. hub rampage.ircmadness.net;
  345. class servers;
  346. };
  347.  
  348. #link statserv.ircmadness.net {
  349. #username *;
  350. #hostname 72.20.21.111;
  351. #bind-ip 72.20.21.111;
  352. #port 12312;
  353. #password-connect password;
  354. #password-recieve password;
  355. #hub *;
  356. #class servers;
  357. #};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement