Guest User

Untitled

a guest
Jan 24th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.85 KB | None | 0 0
  1. #######################################################
  2. ## ##
  3. ## _____ _ _____ _____ _____ _ ##
  4. ## | | |___ ___ ___ ___| | | __ | |_| | ##
  5. ## | | | | _| -_| .'| |- -| -| --| . | ##
  6. ## |_____|_|_|_| |___|__,|_|_____|__|__|_____|___| ##
  7. ## 3.2.x ##
  8. ## ##
  9. #######################################################
  10.  
  11. ###########
  12. # Modules #
  13. ###########
  14.  
  15. loadmodule "src/modules/commands.so";
  16. loadmodule "src/modules/cloak.so";
  17.  
  18. ############
  19. # Includes #
  20. ############
  21.  
  22. include "help.conf";
  23. include "spamfilter.conf";
  24. include "badwords.channel.conf";
  25. include "badwords.message.conf";
  26. include "badwords.quit.conf";
  27. include "aliases/anope.conf";
  28.  
  29. #######
  30. # Set #
  31. #######
  32.  
  33. /* Network configuration */
  34. set {
  35. network-name "Gnoo.irc";
  36. default-server "Gnoo.irc";
  37. #services-server "Services.Chatamis.Com";
  38. services-server "Service.Gnoo.irc";
  39. stats-server "Stats.Gnoo.irc";
  40. help-channel "#help";
  41. auto-join "#troll";
  42. oper-auto-join "#staff";
  43. hiddenhost-prefix "Gnoo.irc";
  44. kline-address "Admin@Gnoo.irc";
  45. modes-on-connect "+ixw";
  46. modes-on-oper "+xwgshTWqvtGp";
  47. modes-on-join "+ntf [5j#R10,20m#m5,4n#N5]:10";
  48. maxchannelsperuser 15;
  49. prefix-quit "Quit:";
  50. cloak-keys {
  51. "1a2JO6fh3Q6w4oN3s7";
  52. "2a2JO6fh3Q6w4oN3s7";
  53. "3a2JO6fh3Q6w4oN3s7";
  54. };
  55. hosts {
  56. local "Locop.Gnoo.irc";
  57. global "Ircop.Gnoo.irc";
  58. coadmin "CoAdmin.Gnoo.irc";
  59. admin "Admin.Gnoo.irc";
  60. servicesadmin "Csops.Gnoo.irc";
  61. netadmin "NetAdmin.Gnoo.irc";
  62. host-on-oper-up "no";
  63. };
  64.  
  65. dns {
  66. nameserver 46.105.129.232;
  67. timeout 2s;
  68. retries 10;
  69. };
  70. options {
  71. identd-check;
  72. hide-ulines;
  73. show-connect-info;
  74. show-opermotd;
  75. flat-map;
  76. };
  77. throttle {
  78. connections 10;
  79. period 60s;
  80. };
  81. anti-flood {
  82. nick-flood 5:60;
  83. };
  84. spamfilter {
  85. ban-time 1d;
  86. ban-reason "Protection Spamfilter";
  87. virus-help-channel "#help";
  88. };
  89. allowed-nickchars {
  90. latin1;
  91. };
  92. timesynch {
  93. enabled yes;
  94. };
  95. };
  96.  
  97. ######
  98. # Me #
  99. ######
  100.  
  101. me
  102. {
  103. name "Gnoo.irc";
  104. info "Gnoo.irc";
  105. numeric 58;
  106. };
  107.  
  108. #########
  109. # Admin #
  110. #########
  111.  
  112. admin {
  113. "Administrative contact: Majax";
  114. "E-mail address: Majax@dragoncrypt.com";
  115. };
  116.  
  117. #########
  118. # Class #
  119. #########
  120.  
  121. class
  122. clients
  123. {
  124. pingfreq 90;
  125. maxclients 9000;
  126. sendq 100000;
  127. recvq 10000;
  128. };
  129.  
  130. class
  131. servers
  132. {
  133. pingfreq 90;
  134. maxclients 100;
  135. sendq 1000000;
  136. connfreq 100;
  137. };
  138.  
  139. #########
  140. # Allow #
  141. #########
  142.  
  143. allow {
  144. ip *;
  145. hostname *;
  146. class clients;
  147. maxperip 10;
  148. };
  149.  
  150. allow channel {
  151. channel "troll";
  152. };
  153.  
  154. ################
  155. # Olines Robot #
  156. ################
  157.  
  158. oper ScanServ {
  159. class clients;
  160. from {userhost *@*;};
  161. password "cheztamerere";
  162. flags oOCAaNrDRhwgcLkKbBnGztZWHvqXd ;
  163. modes "H";
  164. maxlogins 2;
  165. };
  166.  
  167. ###############
  168. # Olines User #
  169. ###############
  170.  
  171. oper Majax {
  172. class clients;
  173. from {userhost *@*;};
  174. snomask "+frebWnqFvjGkcSq";
  175. password "blabla";
  176. flags
  177. {
  178. global;
  179. local;
  180. services-admin;
  181. admin;
  182. netadmin;
  183. can_rehash;
  184. can_die;
  185. can_restart;
  186. helpop;
  187. can_wallops;
  188. can_globops;
  189. can_localroute;
  190. can_globalroute;
  191. can_localkill;
  192. can_globalkill;
  193. can_kline;
  194. can_gzline;
  195. can_gkline;
  196. can_unkline;
  197. can_localnotice;
  198. can_globalnotice;
  199. can_zline;
  200. get_umodew;
  201. get_host;
  202. can_override;
  203. can_setq;
  204. get_host;
  205. get_umodew;
  206. can_addline;
  207. can_dccdeny;
  208. };
  209. swhois "[Propriétaire du serveur]";
  210. };
  211.  
  212. oper root {
  213. class clients;
  214. from {userhost *@*;};
  215. snomask "+frebWnqFvjGkcSq";
  216. password "blabla";
  217. flags
  218. {
  219. global;
  220. local;
  221. services-admin;
  222. admin;
  223. netadmin;
  224. can_rehash;
  225. can_die;
  226. can_restart;
  227. helpop;
  228. can_wallops;
  229. can_globops;
  230. can_localroute;
  231. can_globalroute;
  232. can_localkill;
  233. can_globalkill;
  234. can_kline;
  235. can_gzline;
  236. can_gkline;
  237. can_unkline;
  238. can_localnotice;
  239. can_globalnotice;
  240. can_zline;
  241. get_umodew;
  242. get_host;
  243. can_override;
  244. can_setq;
  245. get_host;
  246. get_umodew;
  247. can_addline;
  248. can_dccdeny;
  249. };
  250. swhois "root@127.0.0.1";
  251. };
  252.  
  253. oper BobSponge {
  254. class clients;
  255. from {userhost *@*;};
  256. snomask "+frebWnqFvjGkcSq";
  257. password "blabla";
  258. flags
  259. {
  260. global;
  261. local;
  262. services-admin;
  263. admin;
  264. netadmin;
  265. can_rehash;
  266. can_die;
  267. can_restart;
  268. helpop;
  269. can_wallops;
  270. can_globops;
  271. can_localroute;
  272. can_globalroute;
  273. can_localkill;
  274. can_globalkill;
  275. can_kline;
  276. can_gzline;
  277. can_gkline;
  278. can_unkline;
  279. can_localnotice;
  280. can_globalnotice;
  281. can_zline;
  282. get_umodew;
  283. get_host;
  284. can_override;
  285. can_setq;
  286. get_host;
  287. get_umodew;
  288. can_addline;
  289. can_dccdeny;
  290. };
  291. swhois "BobSponge.";
  292. };
  293. oper root {
  294. class clients;
  295. from {userhost *@*;};
  296. snomask "+frebWnqFvjGkcSq";
  297. password "blabla";
  298. flags
  299. {
  300. global;
  301. local;
  302. services-admin;
  303. admin;
  304. netadmin;
  305. can_rehash;
  306. can_die;
  307. can_restart;
  308. helpop;
  309. can_wallops;
  310. can_globops;
  311. can_localroute;
  312. can_globalroute;
  313. can_localkill;
  314. can_globalkill;
  315. can_kline;
  316. can_gzline;
  317. can_gkline;
  318. can_unkline;
  319. can_localnotice;
  320. can_globalnotice;
  321. can_zline;
  322. get_umodew;
  323. get_host;
  324. can_override;
  325. can_setq;
  326. get_host;
  327. get_umodew;
  328. can_addline;
  329. can_dccdeny;
  330. };
  331. swhois "root@127.0.0.1";
  332. };
  333.  
  334. oper AcidTouch {
  335. class clients;
  336. from {
  337. userhost *@*;
  338. };
  339. password "blabla";
  340. flags {
  341. netadmin;
  342. can_rehash;
  343. can_die;
  344. can_globalnotice;
  345. can_restart;
  346. helpop;
  347. can_wallops;
  348. can_globops;
  349. can_localroute;
  350. can_globalroute;
  351. can_localkill;
  352. can_globalkill;
  353. can_kline;
  354. can_gzline;
  355. can_gkline;
  356. can_unkline;
  357. can_localnotice;
  358. can_globalnotice;
  359. can_zline;
  360. get_umodew;
  361. get_host;
  362. can_override;
  363. can_addline;
  364. can_setq;
  365. can_dccdeny;
  366. };
  367. modes pqv;
  368. swhois "Acid@Gnoo.irc";
  369. maxlogins 2;
  370. };
  371.  
  372. oper Bot-log {
  373. class clients;
  374. from {
  375. userhost *@*;
  376. };
  377. password "blabla";
  378. flags {
  379. admin;
  380. can_rehash;
  381. can_globalnotice;
  382. helpop;
  383. can_wallops;
  384. can_globops;
  385. can_localroute;
  386. can_globalroute;
  387. can_localkill;
  388. can_globalkill;
  389. can_kline;
  390. can_gzline;
  391. can_gkline;
  392. can_unkline;
  393. can_localnotice;
  394. can_globalnotice;
  395. can_zline;
  396. get_umodew;
  397. get_host;
  398. can_override;
  399. can_addline;
  400. can_setq;
  401. can_dccdeny;
  402. };
  403. modes pqv;
  404. swhois "Bot@log.Gnoo.irc";
  405. maxlogins 2;
  406. };
  407.  
  408. oper Teuchi {
  409. class clients;
  410. from {
  411. userhost *@*;
  412. };
  413. snomask "+frebWnqFvjGkcSq";
  414. password "blabla";
  415. flags
  416. {
  417. global;
  418. local;
  419. services-admin;
  420. admin;
  421. netadmin;
  422. can_rehash;
  423. can_die;
  424. can_restart;
  425. helpop;
  426. can_wallops;
  427. can_globops;
  428. can_localroute;
  429. can_globalroute;
  430. can_localkill;
  431. can_globalkill;
  432. can_kline;
  433. can_gzline;
  434. can_gkline;
  435. can_unkline;
  436. can_localnotice;
  437. can_globalnotice;
  438. can_zline;
  439. get_umodew;
  440. get_host;
  441. can_override;
  442. can_setq;
  443. get_host;
  444. get_umodew;
  445. can_addline;
  446. can_dccdeny;
  447. };
  448. swhois "Teuchiland c ma ville...";
  449. maxlogins 4;
  450. };
  451.  
  452. oper Legend {
  453. class clients;
  454. from {
  455. userhost *@*;
  456. };
  457. password "blabla";
  458. flags {
  459. admin;
  460. can_rehash;
  461. can_globalnotice;
  462. helpop;
  463. can_wallops;
  464. can_globops;
  465. can_localroute;
  466. can_globalroute;
  467. can_localkill;
  468. can_globalkill;
  469. can_kline;
  470. can_gzline;
  471. can_gkline;
  472. can_unkline;
  473. can_localnotice;
  474. can_globalnotice;
  475. can_zline;
  476. get_umodew;
  477. get_host;
  478. can_override;
  479. can_addline;
  480. can_setq;
  481. can_dccdeny;
  482. };
  483. modes pqv;
  484. swhois "Legend@Sexy.Manchow";
  485. maxlogins 2;
  486. };
  487.  
  488. oper anko {
  489. class clients;
  490. from {
  491. userhost *@*;
  492. };
  493. password "blabla";
  494. flags {
  495. admin;
  496. can_rehash;
  497. can_globalnotice;
  498. helpop;
  499. can_wallops;
  500. can_globops;
  501. can_localroute;
  502. can_globalroute;
  503. can_localkill;
  504. can_globalkill;
  505. can_kline;
  506. can_gzline;
  507. can_gkline;
  508. can_unkline;
  509. can_localnotice;
  510. can_globalnotice;
  511. can_zline;
  512. get_umodew;
  513. get_host;
  514. can_override;
  515. can_addline;
  516. can_setq;
  517. can_dccdeny;
  518. };
  519. modes pqv;
  520. swhois "Je@cherche.un.coffee.shop";
  521. maxlogins 2;
  522. };
  523.  
  524. ##########
  525. # Listen #
  526. ##########
  527.  
  528. listen 46.105.129.232:9550;
  529. listen 46.105.129.232:6668 {
  530. options {
  531. serversonly;
  532. };
  533. };
  534.  
  535. #########
  536. # Links #
  537. #########
  538.  
  539. ulines {
  540. Service.Gnoo.irc;
  541. Stats.Gnoo.irc;
  542. Talis.Gnoo.irc;
  543. Lea.Gnoo.irc;
  544. Eva.Gnoo.irc;
  545. Oly.Gnoo.irc;
  546. Geo.Gnoo.irc;
  547. };
  548.  
  549. link Service.Gnoo.irc {
  550. username *;
  551. hostname 46.105.129.232;
  552. bind-ip *;
  553. port 9550;
  554. hub *;
  555. password-connect "tH8b4zr";
  556. password-receive "tH8b4zr";
  557. class servers;
  558. };
  559. link Lea.Gnoo.irc {
  560. username *;
  561. hostname 46.105.129.232;
  562. bind-ip *;
  563. port 9550;
  564. hub *;
  565. password-connect "tH8b4zr";
  566. password-receive "tH8b4zr";
  567. class servers;
  568. };
  569. link Geo.Gnoo.irc {
  570. username *;
  571. hostname 46.105.129.232;
  572. bind-ip *;
  573. port 9550;
  574. hub *;
  575. password-connect "tH8b4zr";
  576. password-receive "tH8b4zr";
  577. class servers;
  578. };
  579. link Stats.Gnoo.irc {
  580. username *;
  581. hostname 46.105.129.232;
  582. bind-ip *;
  583. port 9550;
  584. hub *;
  585. password-connect "tH8b4zr";
  586. password-receive "tH8b4zr";
  587. class servers;
  588. };
  589.  
  590. link donald.duck {
  591. username *;
  592. hostname 178.63.240.156;
  593. bind-ip *;
  594. port 15698;
  595. hub *;
  596. password-connect "tH8b4zr";
  597. password-receive "tH8b4zr";
  598. class servers;
  599. options {
  600. autoconnect;
  601. };
  602. };
  603.  
  604. ##########
  605. # Drpass #
  606. ##########
  607.  
  608. drpass {
  609. restart "blabla";
  610. die "blabla";
  611. };
  612.  
  613. #######
  614. # Log #
  615. #######
  616.  
  617. log "ircd.log" {
  618. maxsize 2097152;
  619. flags {
  620. server-connects;
  621. };
  622. };
  623.  
  624. ############
  625. # Bad Nick #
  626. ############
  627.  
  628. ban nick {
  629. mask "*ÿ*";
  630. reason "Pseudo interdit";
  631. };
  632.  
  633. ban nick {
  634. mask "*salop*";
  635. reason "Pseudo interdit";
  636. };
  637.  
  638. ban nick {
  639. mask "*putain*";
  640. reason "Pseudo interdit";
  641. };
  642.  
  643. ban nick {
  644. mask "*connard*";
  645. reason "Pseudo interdit";
  646. };
  647.  
  648. ban nick {
  649. mask "*batard*";
  650. reason "Pseudo interdit";
  651. };
  652.  
  653. ban nick {
  654. mask "*pute*";
  655. reason "Pseudo Interdit";
  656. };
  657.  
  658. ban nick {
  659. mask "*xdcc*";
  660. reason "Pseudo interdit";
  661. };
  662.  
  663. ban nick {
  664. mask "*anal*";
  665. reason "Pseudo interdit";
  666. };
  667.  
  668. ban nick {
  669. mask "*nazi*";
  670. reason "Pseudo interdit";
  671. };
  672.  
  673.  
  674. ban nick {
  675. mask "con";
  676. reason "Pseudo interdit";
  677. };
  678.  
  679. ban nick {
  680. mask "cons";
  681. reason "Pseudo interdit";
  682. };
  683.  
  684. ban nick {
  685. mask "merde";
  686. reason "Pseudo interdit";
  687. };
  688.  
  689. #############
  690. # Bad Ident #
  691. #############
  692.  
  693. ban user {
  694. mask "sex*@*";
  695. reason "Ident interdit";
  696. };
  697.  
  698. ban user {
  699. mask "pute*@*";
  700. reason "Ident interdit";
  701. };
  702.  
  703. ban user {
  704. mask "putain*@*";
  705. reason "Ident interdit";
  706. };
  707.  
  708. ban user {
  709. mask "bite*@*";
  710. reason "Ident interdit";
  711. };
  712.  
  713. ban user {
  714. mask "xdcc*@*";
  715. reason "Ident interdit";
  716. };
  717.  
  718. ban user {
  719. mask "anal*@*";
  720. reason "Ident interdit";
  721. };
  722.  
  723. ban user {
  724. mask "nazi*@*";
  725. reason "Ident Interdit";
  726. };
  727.  
  728. ban user {
  729. mask "salop*@*";
  730. reason "Ident interdit";
  731. };
  732.  
  733. ban user {
  734. mask "connard*@*";
  735. reason "Ident interdit";
  736. };
  737.  
  738. ban user {
  739. mask "batard*@*";
  740. reason "Ident interdit";
  741. };
  742.  
  743. ban user {
  744. mask "con@*";
  745. reason "Ident interdit";
  746. };
  747.  
  748. ban user {
  749. mask "cons@*";
  750. reason "Ident interdit";
  751. };
  752.  
  753. ban user {
  754. mask "merde@*";
  755. reason "Ident interdit";
  756. };
  757.  
  758. ################
  759. # Bad Realname #
  760. ################
  761.  
  762. ban realname {
  763. mask "*sexe*";
  764. reason "Realname interdit";
  765. };
  766.  
  767. ban realname {
  768. mask "*pute*";
  769. reason "Realname interdit";
  770. };
  771.  
  772. ban realname {
  773. mask "*putain*";
  774. reason "Realname interdit";
  775. };
  776.  
  777. ban realname {
  778. mask "*bite*";
  779. reason "Realname interdit";
  780. };
  781.  
  782. ban realname {
  783. mask "*xdcc*";
  784. reason "Realname interdit";
  785. };
  786.  
  787. ban realname {
  788. mask "*warez*";
  789. reason "Realname interdit";
  790. };
  791.  
  792. ban realname {
  793. mask "*nazi*";
  794. reason "Realname interdit";
  795. };
  796.  
  797. ban realname {
  798. mask "*salop*";
  799. reason "Realname interdit";
  800. };
  801.  
  802. ban realname {
  803. mask "*connard*";
  804. reason "Realname interdit";
  805. };
  806.  
  807. ban realname {
  808. mask "*batard*";
  809. reason "Realname interdit";
  810. };
  811.  
  812. ban realname {
  813. mask "con";
  814. reason "Realname interdit";
  815. };
  816.  
  817. ban realname {
  818. mask "cons";
  819. reason "Realname interdit";
  820. };
  821.  
  822. ban realname {
  823. mask "merde";
  824. reason "Realname interdit";
  825. };
  826.  
  827. ############
  828. # Bad Chan #
  829. ############
  830.  
  831. deny channel {
  832. channel "#aide";
  833. reason "Salon d'aide: #help";
  834. };
  835.  
  836. deny channel {
  837. channel "*$*";
  838. reason "Salon interdit";
  839. };
  840.  
  841. deny channel {
  842. channel "#*salope*";
  843. reason "Salon interdit";
  844. };
  845.  
  846. deny channel {
  847. channel "#*xdcc*";
  848. reason "Salon interdit";
  849. };
  850.  
  851. deny channel {
  852. channel "#*nazi*";
  853. reason "Salon interdit";
  854. };
  855.  
  856. deny channel {
  857. channel "#*pute*";
  858. reason "Salon interdit";
  859. };
  860.  
  861. deny channel {
  862. channel "#*bite*";
  863. reason "Salon interdit";
  864. };
  865.  
  866. deny channel {
  867. channel "#*connard*";
  868. reason "Salon interdit";
  869. };
  870.  
  871. deny channel {
  872. channel "#*batard*";
  873. reason "Salon interdit";
  874. };
  875.  
  876. deny channel {
  877. channel "#*merde*";
  878. reason "Salon interdit";
  879. };
  880.  
  881. deny channel {
  882. channel "#con";
  883. reason "Salon interdit";
  884. };
  885.  
  886. deny channel {
  887. channel "#cons";
  888. reason "Salon interdit";
  889. };
  890.  
  891. deny channel {
  892. channel "#sexe";
  893. reason "Salon interdit";
  894. };
  895.  
  896. deny channel {
  897. channel "#putain";
  898. reason "Salon interdit";
  899. };
  900.  
  901. deny channel {
  902. channel "#anal";
  903. reason "Salon interdit";
  904. };
  905.  
  906. #######
  907. # Dcc #
  908. #######
  909.  
  910. deny dcc {
  911. filename "*";
  912. reason "Transfert de fichiers interdit";
  913. soft yes;
  914. };
  915.  
  916.  
  917.  
  918. ##################
  919. # Alias Services #
  920. ##################
  921.  
  922. alias "services" {
  923. format "^#" {
  924. nick "ChanServ";
  925. type services;
  926. parameters "%1-";
  927. };
  928. format "^[^#]" {
  929. nick "NickServ";
  930. type services;
  931. parameters "%1-";
  932. };
  933. type command;
  934. };
  935.  
  936. alias "identify" {
  937. format "^#" {
  938. nick "ChanServ";
  939. type services;
  940. parameters "IDENTIFY %1-";
  941. };
  942. format "^[^#]" {
  943. nick "NickServ";
  944. type services;
  945. parameters "IDENTIFY %1-";
  946. };
  947. type command;
  948. };
  949.  
  950. alias "ChanServ" {
  951. nick "ChanServ";
  952. type services;
  953. };
  954.  
  955. alias "cs" {
  956. nick "ChanServ";
  957. type services;
  958. };
  959.  
  960. alias "NickServ" {
  961. nick "NickServ";
  962. type services;
  963. };
  964.  
  965. alias "ns" {
  966. nick "NickServ";
  967. type services;
  968. };
  969.  
  970. alias "BotServ" {
  971. nick "BotServ";
  972. type services;
  973. };
  974.  
  975. alias "bs" {
  976. nick "BotServ";
  977. type services;
  978. };
  979.  
  980. alias "HelpServ" {
  981. nick "HelpServ";
  982. type services;
  983. };
  984.  
  985. alias "he" {
  986. nick "HelpServ";
  987. type services;
  988. };
  989.  
  990. alias "OperServ" {
  991. nick "OperServ";
  992. type services;
  993. };
  994.  
  995. alias "os" {
  996. nick "OperServ";
  997. type services;
  998. };
  999.  
  1000. alias "MemoServ" {
  1001. nick "MemoServ";
  1002. type services;
  1003. };
  1004.  
  1005. alias "ms" {
  1006. nick "MemoServ";
  1007. type services;
  1008. };
  1009.  
  1010. alias "HostServ" {
  1011. nick "HostServ";
  1012. type services;
  1013. };
  1014.  
  1015. alias "hs" {
  1016. nick "HostServ";
  1017. type services;
  1018. };
Add Comment
Please, Sign In to add comment