Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.30 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. loadmodule "src/modules/links.so";
  18. loadmodule "src/modules/hideserver.so";
  19. #loadmodule "src/modules/m_onlyopersjoin.so";
  20. #loadmodule "src/modules/m_nonickchange.so";
  21. #loadmodule "src/modules/m_chgswhois.so";
  22. #loadmodule "src/modules/m_clones.so";
  23. #loadmodule "src/modules/m_ircops.so";
  24. #loadmodule "src/modules/netadmins.so";
  25. #loadmodule "src/modules/m_huh.so";
  26.  
  27. ############
  28. # Includes #
  29. ############
  30. #include "oper.conf";
  31. include "help.conf";
  32. #include "badwords.channel.conf";
  33. include "badwords.message.conf";
  34. include "badwords.quit.conf";
  35. include "spamfilter.conf";
  36. #include "aliases/operstats.conf";
  37.  
  38. #######
  39. # Set #
  40. #######
  41.  
  42. set {
  43. network-name "SilverLords";
  44. services-server "services.silverlords.xxx";
  45. stats-server "stats.silverlords.xxx";
  46. default-server "irc.silverlords.xxx";
  47. default-bantime 1d;
  48. help-channel "#IRCops";
  49. hiddenhost-prefix "SilverLords";
  50. prefix-quit "SilverLords";
  51. static-quit "SilverLords - A familia, O movimento!";
  52. kline-address "suporte@silverlords.xxx";
  53. gline-address "suporte@silverlords.xxx";
  54. modes-on-connect "+iwp";
  55. modes-on-join "+nts";
  56. #modes-on-oper "+xwgsyHW";
  57. maxchannelsperuser 30;
  58. oper-only-stats "*";
  59. anti-spam-quit-message-time 60s;
  60. oper-auto-join "#debug";
  61. cloak-keys {
  62. "AHos2HOHS6ds2gsQQHGAkish";
  63. "qF5D3ormaH6mnEvbaH226lfEhjf";
  64. "hfA6HwFh53HedOwQg9Ufs";
  65. };
  66. hosts {
  67. local "Local.silverlords.xxx";
  68. global "Global.silverlords.xxx";
  69. coadmin "CoAdmin.silverlords.xxx";
  70. admin "Admin.silverlords.xxx";
  71. servicesadmin "ServicesAdmin.silverlords.xxx";
  72. netadmin "NetAdmin.silverlords.xxx";
  73. host-on-oper-up "no";
  74. };
  75. # ssl {
  76. # certificate "server.cert.pem";
  77. # key "server.key.pem";
  78. # };
  79. options {
  80. identd-check;
  81. hide-ulines;
  82. show-connect-info;
  83. show-opermotd;
  84. flat-map;
  85. };
  86. throttle {
  87. connections 100;
  88. period 60s;
  89. };
  90. anti-flood {
  91. nick-flood 5:60;
  92. };
  93. spamfilter {
  94. ban-time 1d;
  95. ban-reason "Protection Spamfilter";
  96. virus-help-channel "#IRCops";
  97. };
  98. # allowed-nickchars {
  99. # latin1;
  100. # windows-1250;
  101. # };
  102. timesynch {
  103. enabled no;
  104. };
  105. };
  106. hideserver
  107. {
  108. disable-map yes;
  109. disable-links yes;
  110.  
  111. map-deny-message "*** Comando /map desabilitado ***";
  112. links-deny-message "*** Comando /links desabilitado ***";
  113. hide
  114. {
  115. stats.silverlords.xxx;
  116. irc.silverlords.xxx;
  117. services.silverlords.xxx;
  118. };
  119. };
  120. ######
  121. # Me #
  122. ######
  123.  
  124. me {
  125. name "irc14.silverlords.xxx";
  126. info "A familia, O movimento!";
  127. numeric 14;
  128. };
  129.  
  130. #########
  131. # Admin #
  132. #########
  133.  
  134. admin {
  135. "SilverLords - A familia, O movimento!";
  136. };
  137.  
  138. #######
  139. # Tld #
  140. #######
  141.  
  142. tld {
  143. mask *@*;
  144. motd "ircd.motd";
  145. rules "ircd.rules";
  146. };
  147.  
  148. ##########
  149. # Drpass #
  150. ##########
  151.  
  152. drpass {
  153. restart "restart";
  154. die "die";
  155. };
  156.  
  157. #######
  158. # Log #
  159. #######
  160.  
  161. log "ircd.log" {
  162. /* Delete the log file and start a new one when it reaches 2MB, leave this out to always use the
  163. same log */
  164. maxsize 5MB;
  165. flags {
  166. kline;
  167. # connects;
  168. # kills;
  169. # chg-commands;
  170. # oper-override;
  171. # spamfilter;
  172. };
  173. };
  174.  
  175. ##########
  176. # Listen #
  177. ##########
  178. #listen *:443;
  179. listen *:8067;
  180. listen *:6667;
  181.  
  182.  
  183. #########
  184. # Class #
  185. #########
  186.  
  187. class clients {
  188. pingfreq 200;
  189. maxclients 2000;
  190. sendq 100000;
  191. recvq 8000;
  192. };
  193.  
  194. class servers {
  195. pingfreq 120;
  196. maxclients 50;
  197. sendq 2000000;
  198. connfreq 120;
  199. };
  200.  
  201. #########
  202. # Allow #
  203. #########
  204.  
  205. allow {
  206. ip *@177*;
  207. hostname *;
  208. class clients;
  209. maxperip 1;
  210. };
  211. allow {
  212. ip *@179*;
  213. hostname *;
  214. class clients;
  215. maxperip 1;
  216. };
  217. allow {
  218. ip *@186*;
  219. hostname *;
  220. class clients;
  221. maxperip 1;
  222. };
  223. allow {
  224. ip *@187*;
  225. hostname *;
  226. class clients;
  227. maxperip 1;
  228. };
  229. allow {
  230. ip *@189*;
  231. hostname *;
  232. class clients;
  233. maxperip 1;
  234. };
  235. allow {
  236. ip *@190*;
  237. hostname *;
  238. class clients;
  239. maxperip 1;
  240. };
  241. allow {
  242. ip *@191*;
  243. hostname *;
  244. class clients;
  245. maxperip 1;
  246. };
  247. allow {
  248. ip *@200*;
  249. hostname *;
  250. class clients;
  251. maxperip 1;
  252. };
  253. allow {
  254. ip *@201*;
  255. hostname *;
  256. class clients;
  257. maxperip 1;
  258. };
  259.  
  260. #########
  261. # Links #
  262. #########
  263.  
  264. ulines {
  265. services.silverlords.xxx;
  266. proxy.silverlords.xxx;
  267. stats.silverlords.xxx;
  268. };
  269.  
  270. ################
  271. # Olines Robot #
  272. ################
  273. link never.silverlords.xxx
  274. {
  275. username *;
  276. hostname 37.221.170.110;
  277. bind-ip *;
  278. port 8067;
  279. hub *;
  280. password-connect "linke";
  281. password-receive "linke";
  282. class servers;
  283. options {
  284. autoconnect;
  285. };
  286. };
  287.  
  288.  
  289. ######################
  290. # Protection Service #
  291. ######################
  292.  
  293. ban nick {
  294. mask "NickServ";
  295. reason ":)";
  296. };
  297.  
  298. ban nick {
  299. mask "OperServ";
  300. reason ":)";
  301. };
  302.  
  303. ban nick {
  304. mask "BotServ";
  305. reason ":)";
  306. };
  307.  
  308. ban nick {
  309. mask "HostServ";
  310. reason ":)";
  311. };
  312.  
  313. ban nick {
  314. mask "HelpServ";
  315. reason ":)";
  316. };
  317.  
  318. ban nick {
  319. mask "MemoServ";
  320. reason ":)";
  321. };
  322.  
  323. ban nick {
  324. mask "ConnectServ";
  325. reason ":)";
  326. };
  327.  
  328. ##################
  329. # Protection Ban #
  330. ##################
  331.  
  332. except ban {
  333. mask "*@localhost";
  334. };
  335.  
  336. except ban {
  337. mask "*@127.0.0.1";
  338. };
  339.  
  340. #######################
  341. # Protection Throttle #
  342. #######################
  343.  
  344. except throttle {
  345. mask "*@localhost";
  346. };
  347.  
  348. except throttle {
  349. mask "*@127.0.0.1";
  350. };
  351.  
  352.  
  353. ############
  354. # Bad Nick #
  355. ############
  356.  
  357. ban nick {
  358. mask "*ÿ*";
  359. reason ":)";
  360. };
  361.  
  362. #############
  363. # Bad Ident #
  364. #############
  365.  
  366. ban user {
  367. mask "Ev1Ls*@*";
  368. reason ":)";
  369. };
  370.  
  371. ################
  372. # Bad Realname #
  373. ################
  374.  
  375. ban realname {
  376. mask "*woopz- viado*";
  377. reason ":)";
  378. };
  379.  
  380. ############
  381. # Bad Chan #
  382. ############
  383.  
  384. deny channel {
  385. channel "*$*";
  386. reason ":)";
  387. };
  388.  
  389. #######
  390. # Dcc #
  391. #######
  392.  
  393. ##################
  394. # Alias Services #
  395. ##################
  396.  
  397.  
  398.  
  399. alias "auth" {
  400. format "^#" {
  401. nick "ChanServ";
  402. type services;
  403. parameters "IDENTIFY %1-";
  404. };
  405. format "^[^#]" {
  406. nick "NickServ";
  407. type services;
  408. parameters "IDENTIFY %1-";
  409. };
  410. type command;
  411. };
  412. alias "identificar" {
  413. format "^#" {
  414. nick "ChanServ";
  415. type services;
  416. parameters "IDENTIFY %1-";
  417. };
  418. format "^[^#]" {
  419. nick "NickServ";
  420. type services;
  421. parameters "IDENTIFY %1-";
  422. };
  423. type command;
  424. };
  425. alias "trocarsenha" {
  426. format "^[^#]" {
  427. nick "NickServ";
  428. type services;
  429. parameters "set PASSWORD %1-";
  430. };
  431. type command;
  432. };
  433. alias "nicks" {
  434. nick "NickServ";
  435. type services;
  436. };
  437.  
  438. alias "ChanServ" {
  439. nick "ChanServ";
  440. type services;
  441. };
  442.  
  443. alias "cs" {
  444. nick "ChanServ";
  445. type services;
  446. };
  447.  
  448.  
  449. alias "BotServ" {
  450. nick "BotServ";
  451. type services;
  452. };
  453.  
  454. alias "bs" {
  455. nick "BotServ";
  456. type services;
  457. };
  458.  
  459. alias "HelpServ" {
  460. nick "HelpServ";
  461. type services;
  462. };
  463.  
  464. alias "he" {
  465. nick "HelpServ";
  466. type services;
  467. };
  468.  
  469. alias "OperServ" {
  470. nick "OperServ";
  471. type services;
  472. };
  473.  
  474. alias "os" {
  475. nick "OperServ";
  476. type services;
  477. };
  478.  
  479. alias "MemoServ" {
  480. nick "MemoServ";
  481. type services;
  482. };
  483.  
  484. alias "ms" {
  485. nick "MemoServ";
  486. type services;
  487. };
  488. alias "hs" {
  489. nick "HostServ";
  490. type services;
  491. };
  492.  
  493. alias "HostServ" {
  494. nick "HostServ";
  495. type services;
  496.  
  497. };
  498.  
  499. #FIM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement