Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. me {
  2. name "irc.ProTechInfo.net";
  3. info "Serveur ProTechInformatique";
  4. numeric 1;
  5. };
  6.  
  7. admin {
  8. "TechDesk";
  9. "TechDesk";
  10. "techdesk@gmail.com";
  11. };
  12.  
  13. class clients {
  14. pingfreq 90;
  15. maxclients 500;
  16. sendq 100000;
  17. recvq 8000;
  18. };
  19.  
  20. class servers{
  21. pingfreq 90;
  22. maxclients 10;
  23. sendq 1000000;
  24. connfreq 100;
  25. };
  26.  
  27. allow {
  28. ip 127.0.0.1;
  29. hostname *@*.ProTechInfo.net;
  30. class clients;
  31. maxperip 5;
  32. };
  33.  
  34. listen 127.0.0.1:6667 {
  35. options {
  36. ssl;
  37. clientsonly;
  38. };
  39. };
  40.  
  41. oper TechDesk {
  42. class clients;
  43. from {
  44. userhost TechDesk@ProTechInfo.net;
  45. };
  46. password "password";
  47. flags {
  48. netadmin;
  49. can_gkline;
  50. can_gzline;
  51. can_zline;
  52. can_restart;
  53. can_die;
  54. global;
  55. };
  56. };
  57.  
  58. drpass {
  59. restart "restart";
  60. die "die";
  61. };
  62.  
  63. loadmodule "src/modules/commands.so";
  64. loadmodule "src/modules/cloak.so
  65.  
  66. set {
  67. network-name "ProTechInfo";
  68.         services-server "Anope.VOTRE_IRC";
  69.         default-server "127.0.0.1";
  70. kline-address techdesk@gmail.com;
  71. gline-address techdesk@gmail.com
  72. auto-join #ProTechInfo;
  73. modes-on-connect "+x";
  74. modes-on-join "+ntCT";
  75.         modes-on-oper "+xwgpqHsWi";
  76. options {
  77. hide-ulines;
  78. identd-check;
  79. show-connect-info;
  80.                 show-opermotd;
  81.                 flat-map;
  82. };
  83. hosts {
  84. local "LocalOp.ProTechInfo.net";
  85. global "GlobalOp.ProTechInfo.net";
  86. coadmin "CoAdmin.ProTechInfo";
  87.                 admin "Admin.ProTechInfo";
  88.                 servicesadmin "ServicesAdmin.ProTechInfo";
  89.                 netadmin "NetAdmin.ProTechInfo";
  90.                 host-on-oper-up "yes";
  91. };
  92. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement