Advertisement
bonfire

anope config

Oct 10th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. define
  2. {
  3. name = "services.planetarena.org"
  4. value = "services.planetarena.org"
  5. }
  6. include
  7. {
  8. type = "file"
  9. name = "botserv.conf"
  10. }
  11. uplink
  12. {
  13. host = "88.131.39.210"
  14. ipv6 = no
  15. ssl = no
  16. port = 6668
  17. password = "mypassword"
  18. }
  19. serverinfo
  20. {
  21. name = "services.planetarena.org"
  22. description = "Services for the Alien Arena IRC Network"
  23. pid = "data/services.pid"
  24. motd = "conf/services.motd"
  25. }
  26. module
  27. {
  28. name = "unrealircd"
  29. use_server_side_mlock = yes
  30. use_server_side_topiclock = yes
  31. }
  32. networkinfo
  33. {
  34. networkname = "Alien Arena IRC"
  35. nicklen = 31
  36. userlen = 10
  37. hostlen = 64
  38. chanlen = 32
  39. modelistsize = 100
  40. vhost_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-"
  41. allow_undotted_vhosts = false
  42. disallow_start_or_end = ".-"
  43. }
  44. options
  45. {
  46. casemap = "ascii"
  47. seed = ***********
  48. strictpasswords = yes
  49. badpasslimit = 10
  50. badpasstimeout = 1h
  51. updatetimeout = 5m
  52. expiretimeout = 30m
  53. readtimeout = 5s
  54. warningtimeout = 4h
  55. timeoutcheck = 10s
  56. hidestatso = yes
  57. retrywait = 30s
  58. hideprivilegedcommands = yes
  59. hideregisteredcommands = yes
  60. languages = "ca_ES.UTF-8 de_DE.UTF-8 el_GR.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 hu_HU.UTF-8 it_IT.UTF-8 nl_NL.UTF-8 pl_PL.UTF-8 pt_PT.UTF-8 ru_RU.UTF-8 tr_TR.UTF-8"
  61. defaultlanguage = "en"
  62. }
  63. include
  64. {
  65. type = "file"
  66. name = "nickserv.conf"
  67. }
  68. include
  69. {
  70. type = "file"
  71. name = "globalserv.conf"
  72. }
  73. include
  74. {
  75. type = "file"
  76. name = "chanserv.conf"
  77. }
  78. include
  79. {
  80. type = "file"
  81. name = "hostserv.conf"
  82. }
  83. include
  84. {
  85. type = "file"
  86. name = "memoserv.conf"
  87. }
  88. include
  89. {
  90. type = "file"
  91. name = "operserv.conf"
  92. }
  93. opertype
  94. {
  95. name = "Network Administrator"
  96.  
  97. inherits = "Network Administrator"
  98.  
  99. commands = "chanserv/* nickserv/* operserv/* hostserv/* global/global botserv/* memoserv/*"
  100.  
  101. privs = "*"
  102. }
  103. opertype
  104. {
  105. name = "Services Administrator"
  106.  
  107. inherits = "Services Operator"
  108.  
  109. commands = "chanserv/access/list chanserv/drop chanserv/getkey chanserv/saset/noexpire memoserv/sendall nickserv/saset/* nickserv/getemail operserv/news operserv/svs operserv/stats operserv/oline operserv/noop operserv/forbid global/*"
  110.  
  111. privs = "*"
  112. }
  113. opertype
  114. {
  115. name = "Services Root"
  116.  
  117. commands = "*"
  118.  
  119. privs = "*"
  120. }
  121. oper
  122. {
  123. name = "bonfire"
  124. type = "Services Root"
  125. host = "IceChat7@88.131.39.210"
  126. }
  127. oper
  128. {
  129. name = "botfire"
  130. type = "Services Root"
  131. host = "botfire@88.131.39.210"
  132. }
  133. oper
  134. {
  135. name = "animal"
  136. type = "Services Administrator"
  137. host = "animal@*"
  138. password = "somepw"
  139. }
  140. oper
  141. {
  142. name = "{CBMP}Freaky"
  143. type = "Services Administrator"
  144. host = "{CBMP}Freaky@*"
  145. password = "somepw"
  146. }
  147. oper
  148. {
  149. name = "AlienCat"
  150. type = "Services Administrator"
  151. host = "AlienCat@*"
  152. password = "somepw"
  153. }
  154. module
  155. {
  156. name = "db_old"
  157. hash = "md5"
  158. }
  159. module
  160. {
  161. name = "db_sql"
  162. engine = "sqlite/main"
  163. import = false
  164. }
  165. module { name = "enc_md5" }
  166. include
  167. {
  168. type = "file"
  169. name = "modules.conf"
  170. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement