Advertisement
Guest User

Untitled

a guest
May 24th, 2017
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.36 KB | None | 0 0
  1. loadmodule "modules/commands.dll";
  2. loadmodule "modules/cloak.dll";
  3. include "help.conf";
  4. include "badwords.channel.conf";
  5. include "badwords.message.conf";
  6. include "badwords.quit.conf";
  7. include "spamfilter.conf";
  8. me {
  9. name "kei-tun.moenetirc.co.cc";
  10. info "soulmans server";
  11. numeric 78;
  12. };
  13.  
  14.  
  15.  
  16.  
  17. oper Undefined {
  18. class default;
  19. from {
  20. userhost *@*;
  21.  
  22. };
  23. password "$lTFq9izD$Cu8qkYd6nNzHjNbfFIEV9A==" { md5; };
  24. flags oOCAaNrDRhwgcLkKbBnGztZWHvqXd;
  25. swhois "Evilest Variable Around";
  26. snomask cFfkejvGnNqsSaoJ;
  27. modes ghipqsvWw;
  28. };
  29.  
  30.  
  31.  
  32. oper VaultDweller {
  33. class default;
  34. from {
  35. userhost *@*;
  36. };
  37. password "$CqOyZP9r$xmO/ntO5kaCKJYHCc/NZgNUZ3qA=" { sha1; };
  38. flags {
  39.  
  40. netadmin;
  41. can_override;
  42. can_zline;
  43. can_restart;
  44. can_rehash;
  45. can_die;
  46. get_umodew;
  47. can_gzline;
  48. can_gkline;
  49. can_setq;
  50. can_dccdeny;
  51. global;
  52. };
  53. };
  54.  
  55.  
  56.  
  57.  
  58.  
  59. oper OBattler {
  60. class default;
  61. from {
  62. userhost *@*;
  63. };
  64. password "$AzWV/5RC$KVLdgM4NqwKWuLXXefZbAwU5QqI=" { sha1; };
  65. flags {
  66.  
  67. netadmin;
  68. can_override;
  69. can_zline;
  70. can_restart;
  71. can_rehash;
  72. can_die;
  73. get_umodew;
  74. can_gzline;
  75. can_gkline;
  76. can_setq;
  77. can_dccdeny;
  78. global;
  79. };
  80. };
  81.  
  82.  
  83. oper therock247uk {
  84. class default;
  85. from {
  86. userhost *@*;
  87. };
  88. password "$SXDdXDCl$rJCVAC0rVhIHMBRSwxEiLVgdDkc=" { sha1; };
  89. flags {
  90. //can_override;
  91. can_zline;
  92. can_restart;
  93. can_rehash;
  94. can_die;
  95. get_umodew;
  96. can_gzline;
  97. //can_gline;
  98. can_gkline;
  99. can_setq;
  100. can_dccdeny;
  101. global;
  102. };
  103. };
  104.  
  105.  
  106. oper soulman {
  107. class default;
  108. from {
  109. userhost *@*;
  110. };
  111. password "$F4V966Rt$k3kL5cLLtP+BoPzO3/ya2Obta6k=" { sha1; };
  112. flags oOCAaNrDRhwkKgcLbBnGztZWHvqXd;
  113. snomask QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm;
  114. modes ghipqsvWwxKE;
  115. };
  116.  
  117. oper dorfd1 {
  118. class default;
  119. from {
  120. userhost *@74.215.59.244;
  121. };
  122. password "$9AqvhTvh$SdXaWItgNemuY1569kEJNvGnDKc=" { sha1; };
  123. flags oOCAaNrDRhwkKgcLbBnGztZWHvqXd;
  124. snomask QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm;
  125. modes ghipqsvWwxKE;
  126. };
  127.  
  128. admin { "dorfd1"; "dorfd1@zoomtown.com"; };
  129. class clients { pingfreq 120; maxclients 500; sendq 2900000; };
  130. class servers { pingfreq 120; maxclients 500; sendq 10000000; connfreq 100; };
  131. class statssrv { pingfreq 120; maxclients 500; sendq 200000000; connfreq 150; };
  132.  
  133. allow { ip *@*; hostname *@*; class clients; maxperip 500; };
  134. drpass { restart "restart"; die "stop"; };
  135.  
  136. ulines {
  137. hub.clearoranges.net;
  138. services.moenetirc.co.cc;
  139. neostats.moenetirc.co.cc;
  140. defender.moenetirc.co.cc;
  141. janus.moenet.co.cc;
  142. abnirc.janus;
  143. stats.moenetirc.co.cc;
  144. };
  145. ban realname { mask "sub7server"; reason "sub7"; };
  146. except throttle { mask 192.168.1.*; };
  147. deny dcc { filename "*sub7*"; reason "Possible Sub7 Virus"; };
  148.  
  149. listen *:6667;
  150. listen *:6668;
  151. listen *:6697 { options { ssl; clientsonly; }; };
  152. listen *:7000 { options { serversonly; }; };
  153. listen *:5412 { options { serversonly; }; };
  154. listen *:5413 { options { ssl; serversonly; }; };
  155. listen *:7029 { options { ssl; serversonly; }; };
  156.  
  157. log "ircd.log" {
  158. maxsize 2097152;
  159. flags { oper; kline; connects; server-connects; kills; errors;
  160. sadmin-commands; chg-commands; oper-override; spamfilter;
  161. };
  162. };
  163. /*
  164. cgiirc {
  165. type webirc;
  166. hostname 74.14.230.141;
  167. password O5bNwebchat; /* only for type webirc */
  168. };*/
  169.  
  170. cgiirc {
  171. type webirc;
  172. hostname "127.0.0.1";
  173. password "osbnirc"; /* only for type webirc */
  174. };
  175.  
  176. alias as { nick AsciiServ; type services; }; alias asciiserv { nick AsciiServ; type services; };
  177. alias os { nick OperServ; type services; }; alias operserv { nick OperServ; type services; };
  178. alias cs { nick ChanServ; type services; }; alias chanserv { nick ChanServ; type services; };
  179. alias ns { nick NickServ; type services; }; alias nickserv { nick NickServ; type services; };
  180. alias us { nick NickServ; type services; }; alias nickserv { nick NickServ; type services; };
  181. //alias us { nick UserServ; type services; }; alias userserv { nick UserServ; type services; };
  182. alias bs { nick BotServ; type services; }; alias botserv { nick BotServ; type services; };
  183. alias ms { nick MemoServ; type services; }; alias memoserv { nick MemoServ; type services; };
  184. alias hs { nick HostServ; type services; }; alias hostserv { nick HostServ; type services; };
  185. alias ss { nick StatServ; type normal; };
  186. alias gs { nick GameServ; type normal; };
  187. alias ss { nick StatServ; type normal; };
  188.  
  189.  
  190. alias "global" {
  191. format ".+" {
  192. target "operserv";
  193. type services;
  194. parameters "global %1-";
  195. };
  196. type command;
  197. };
  198.  
  199.  
  200. official-channels {
  201. "#abn-irc" { topic "Welcome to the official ABN-IRC Channel! | Tier 1 - #abn-irc, Tier 2 - #nttalk, Tier 3 - #wintalk | To get into #nttalk, you must provide quality discussion. Bots are allowed. Drama, however, is not!"; };
  202. "#nttalk" { topic "Welcome to #nttalk, as it used to be in the old days (owned by everyone) :: All bots allowed, no spam, drama, or abuse, or you will be kicked :: * &WinBot (~WinBot@ip187-15-116-139.bots.winbot.org) Quit (Quit: WinBot: If it had breasts I'd marry it.)"; };
  203. "#wintalk" { topic "Welcome to #wintalk, where maturity and sanity come to play! :: 'Tis true, War. War Never Changes. :: Anti-#nttalk since April 11th, 2010 at 3:25PM ET"; };
  204. "#anime" { topic "Welcome to #anime, the official anime channel. | OBattler currently watching Kirarin Revolution, on episode 9 of 130+, ganbatteru ne~! ^_^ | OBattler currently fan-subbing Higurashi no Naku Koro ni, to Polish, fan-sub group #Uu~ - based on English fan-subs by WinD (We are in Deial), with permission." ; };
  205. "#forumzone" { topic "Welcome to #ForumZone, where we discuss the Ring. | The Ring thr3E slanted for 2011, the Loop movie seems to have been forgotten completely. | Apparently, there exists a Birthday radio drama, and MasterOfPuppets even has it. :O | No drama, or spam, please. ;)" ; };
  206. };
  207.  
  208. alias "superadmin" {
  209. format ".+" {
  210. target "operserv";
  211. type services;
  212. parameters "set superadmin %1-";
  213. };
  214. type command;
  215. };
  216.  
  217.  
  218.  
  219. allow {
  220. ip *@*;
  221. hostname *@*;
  222. class clients;
  223. //password "$lsBe39+6$1qagfCh8uB2HONsEBgTVXYJL5gQ=" { sha1; };
  224. maxperip 5;
  225. redirect-server moenetirc.co.cc;
  226. redirect-port 6667;
  227. options {
  228. };
  229. };
  230.  
  231.  
  232.  
  233. except ban {
  234. mask *@localhost;
  235. };
  236.  
  237. except ban {
  238. mask *@127.0.0.1;
  239. };
  240.  
  241. except tkl {
  242. mask *@ip70-189-206-16.lv.lv.cox.net;
  243. //mask *@localhost;
  244. //mask *@192.168.0.12;
  245. //mask *@osbn-17387BF2;
  246. //mask *@299376C.49F4A997.CB4E1A80.IP;
  247. type {
  248. gline;
  249. gzline;
  250. qline;
  251. gqline;
  252. shun;
  253. };
  254. };
  255.  
  256. except tkl {
  257. mask *@70.189.206.16;
  258. //mask *@localhost;
  259. //mask *@192.168.0.12;
  260. //mask *@osbn-17387BF2;
  261. //mask *@299376C.49F4A997.CB4E1A80.IP;
  262. type {
  263. gline;
  264. gzline;
  265. qline;
  266. gqline;
  267. shun;
  268. };
  269. };
  270.  
  271.  
  272. except tkl {
  273. mask *@upc.si.94.140.73.150.dc.cable.static.telemach.net;
  274. //mask *@localhost;
  275. //mask *@192.168.0.12;
  276. //mask *@osbn-17387BF2;
  277. //mask *@299376C.49F4A997.CB4E1A80.IP;
  278. type {
  279. gline;
  280. gzline;
  281. qline;
  282. gqline;
  283. shun;
  284. };
  285. };
  286. except tkl {
  287. mask *@230-216.126-70.tampabay.res.rr.com ;
  288. //mask *@localhost;
  289. //mask *@192.168.0.12;
  290. //mask *@osbn-17387BF2;
  291. //mask *@299376C.49F4A997.CB4E1A80.IP;
  292. type {
  293. gline;
  294. gzline;
  295. qline;
  296. gqline;
  297. shun;
  298. };
  299. };
  300.  
  301. except tkl {
  302. mask *@70.126.216.230;
  303. //mask *@localhost;
  304. //mask *@192.168.0.12;
  305. //mask *@osbn-17387BF2;
  306. //mask *@299376C.49F4A997.CB4E1A80.IP;
  307. type {
  308. gline;
  309. gzline;
  310. qline;
  311. gqline;
  312. shun;
  313. };
  314. };
  315. except tkl {
  316. mask *@94.140.73.150;
  317. //mask *@localhost;
  318. //mask *@192.168.0.12;
  319. //mask *@osbn-17387BF2;
  320. //mask *@299376C.49F4A997.CB4E1A80.IP;
  321. type {
  322. gline;
  323. gzline;
  324. qline;
  325. gqline;
  326. shun;
  327. };
  328. };
  329.  
  330.  
  331. except tkl {
  332. mask *@localhost;
  333. //mask *@localhost;
  334. //mask *@192.168.0.12;
  335. //mask *@osbn-17387BF2;
  336. //mask *@299376C.49F4A997.CB4E1A80.IP;
  337. type {
  338. gline;
  339. gzline;
  340. qline;
  341. gqline;
  342. shun;
  343. };
  344. };
  345.  
  346. except tkl {
  347. mask *@127.0.0.1;
  348. //mask *@localhost;
  349. //mask *@192.168.0.12;
  350. //mask *@osbn-17387BF2;
  351. //mask *@299376C.49F4A997.CB4E1A80.IP;
  352. type {
  353. gline;
  354. gzline;
  355. qline;
  356. gqline;
  357. shun;
  358. };
  359. };
  360.  
  361.  
  362. deny channel {
  363. channel "#opers";
  364. reason "IRCops only!";
  365. };
  366.  
  367. deny channel {
  368. channel "#services";
  369. reason "IRCops only!";
  370. redirect "#services";
  371. };
  372.  
  373. deny channel {
  374. channel "#netmatters";
  375. reason "Network Admins only!";
  376. };
  377.  
  378. deny channel {
  379. channel "#netadminlair";
  380. reason "Network Admins only!";
  381. };
  382.  
  383. deny channel {
  384. channel "##";
  385. reason "No it don't!";
  386. };
  387.  
  388. deny channel {
  389. channel "#";
  390. reason "No it don't!";
  391. };
  392.  
  393. deny channel {
  394. channel "###";
  395. reason "No it don't!";
  396. };
  397.  
  398. ban nick {
  399. mask "*Serv*";
  400. reason "Reserved for Services";
  401. };
  402.  
  403.  
  404.  
  405. link moenetirc.co.cc
  406. {
  407. username *;
  408. hostname 74.215.59.244;
  409. bind-ip *;
  410. port 7000;
  411. hub *;
  412. password-connect "mypass";
  413. password-receive "mypass";
  414. class servers;
  415. options
  416. {
  417. autoconnect;
  418. zip;
  419. };
  420. };
  421.  
  422. set {
  423. network-name "MoeNet-IRC";
  424. default-server "moenetirc.co.cc";
  425. services-server "services.moenetirc.co.cc";
  426. stats-server "stats.moenetirc.co.cc";
  427. help-channel "#help";
  428. hiddenhost-prefix "moenetirc";
  429. prefix-quit "Quit:";
  430. master-password "$Q+rkla3X$c53nq20rh67n0u5rs3WcMFBtNE4=" { sha1; };
  431. //netadmins-are-gods yes;
  432. cloak-keys {
  433. "aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
  434. "a890A8907aS0A89702xAbfAS3124";
  435. "0sd7r02304zAXq3f4242423vX412";
  436. };
  437.  
  438. hosts {
  439. local "locop.osarchive.co.cc";
  440. global "ircop.osarchive.co.cc";
  441. coadmin "coadmin.osarchive.co.cc";
  442. admin "admin.osarchive.co.cc";
  443. servicesadmin "csops.osarchive.co.cc";
  444. netadmin "netadmin.osarchive.co.cc";
  445. host-on-oper-up "no";
  446. };
  447. dns "4.2.2.1";
  448. kline-address "dorfd1@zoomtown.com";
  449. gline-address "not@available";
  450. snomask-on-oper "+cefFGjknNoqsSvO";
  451. modes-on-connect "+iwx";
  452. //restrict-usermodes "x";
  453. modes-on-oper "+xwWgs";
  454. modes-on-join +CTnt;
  455. oper-auto-join "#opers,#services";
  456. options { hide-ulines; show-connect-info; identd-check; };
  457. maxchannelsperuser 20;
  458. maxbans 100;
  459. maxbanlength 4096;
  460. allow-userhost-change force-rejoin;
  461. anti-spam-quit-message-time 10s;
  462. oper-only-stats "*";
  463. throttle { connections 127; period 20s; };
  464. anti-flood { nick-flood 3:60; };
  465. spamfilter { ban-time 10m; ban-reason "Spam/Advertising"; virus-help-channel "#vhelp"; };
  466. /*antirandom {
  467. /* THRESHOLD:
  468. * This is pretty much the most important setting of all.
  469. * For every randomly looking ident the user gets a certain amount of
  470. * 'points', if this value reaches 'threshold' then the appropriate
  471. * action is taken (killed, *lined, see later on).
  472. * lower = more randomly looking users will be catched (but also more
  473. * innocent users)
  474. * higher = less chance of innocent users getting killed, but also less
  475. * chance on bots getting catched.
  476. * <2: DON'T!!
  477. * 4: Works good, probably a few more innocent kills but if you got
  478. * quite a bot problem then this might be a useful setting.
  479. * 5: Works well with few innocent kills, probably good to begin with.
  480. * 6: If you want to be a tad more careful
  481. * >6: For the paranoid. Module can still be quite effective, though :)
  482. */
  483. threshold 5;
  484.  
  485. /* BAN-ACTION:
  486. * Action to take whenever the user is catched as random, options:
  487. * kill, gline, gzline, kline, zline, shun, tempshun
  488. */
  489. ban-action gline;
  490.  
  491. /* BAN-TIME:
  492. * Time to ban the user (irrelevant for tempshun/kill).
  493. * Something between 1 hour and 2 days is recommended.
  494. * If you set it higher than 3 or 4 days then you get quite a risk
  495. * of catching innocent users due to dynamic IP, not to mention
  496. * your *line list gets filled up... so choose it wisely.
  497. */
  498. ban-time 4h;
  499.  
  500. /* BAN-REASON:
  501. * The ban (or kill) reason to use.
  502. * You might want to put in an entry to a FAQ or an email address
  503. * where users can mail if they have been catched and don't know what to do.
  504. * NOTE: One of the various reasons that ""innocent users"" are catched is
  505. * if they just randomly type in info for their nick, ident, or realname.
  506. */
  507. ban-reason "You look like a bot. Be sure to fill in your nick/ident/realname properly.";
  508.  
  509. /* FULLSTATUS-ON-LOAD:
  510. * If enabled, then upon loading it will check all users that are currently
  511. * connected and give a status report about who it would have killed.
  512. * Note that it doesn't actually kill any currently connected users, it is for
  513. * informative purposes only.
  514. * This can be (very) useful if you use the module for the first time.
  515. * But you probably want to disable it after a while, since once the module
  516. * is actively dealing with randomly looking persons, it shouldn't report any
  517. * users anymore on load and then this check only eats useless CPU on /REHASH.
  518. */
  519. fullstatus-on-load yes;
  520.  
  521. /* SHOW-FAILEDCONNECTS:
  522. * This will send out a notice whenever a randomly looking user has been catched
  523. * during connecting. Obviously this can be pretty noisy.
  524. * Especially recommended to enable during the first few days you use this module.
  525. */
  526. show-failedconnects yes;
  527.  
  528. /* EXCEPT-HOSTS:
  529. * Hostmasks on this list are matched against the IP and hostname of the connecting
  530. * user. If it matches then we do not check if the nick/ident/realname is random.
  531. * If you are using CGI:IRC on your network, then you probably want to put that
  532. * IP/host here.
  533. * NOTE: Use the REAL host or IP here, not any cloaked hosts!
  534. */
  535. except-hosts {
  536. "*-*-*-*.dhcp.nwtn.ct.charter.com"
  537. "192.168.0.12";
  538. "127.0.0.1";
  539. };
  540. };*/
  541.  
  542. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement