Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. servers = (
  2. { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
  3. {
  4. address = "dune.irc-hispano.org";
  5. #address = "kalisto.irc-hispano.org";
  6. chatnet = "mired";
  7. port = "6667";
  8. # comentado para probar el autosend
  9. # password = "xxxxxxxxxxxxxxxxxx";
  10. use_ssl = "no";
  11. ssl_verify = "no";
  12. autoconnect = "yes";
  13. reconnect = "yes";
  14. },
  15. {
  16. address = "irc.freenode.net";
  17. chatnet = "freenode";
  18. port = "6667";
  19. autoconnect = "yes";
  20. reconnect = "yes";
  21. },
  22. {
  23. address = "crashbit.homelinux.com";
  24. chatnet = "crashbit";
  25. port = "6697";
  26. autoconnect = "yes";
  27. reconnect = "yes";
  28. use_ssl = "yes";
  29. autosendcmd = "/wait 2000;/unquery crashbit.RedIRC.org;";
  30. },
  31.  
  32. {
  33. address = "matrix.canalmanga.es";
  34. chatnet = "netShock";
  35. port = "6667";
  36. use_ssl = "no";
  37. ssl_verify = "no";
  38. autoconnect = "no";
  39. },
  40. {
  41. address = "irc.quakenet.org";
  42. chatnet = "quakenet";
  43. port = "6667";
  44. use_ssl = "no";
  45. ssl_verify = "no";
  46. autoconnect = "no";
  47. reconnect = "yes";
  48. },
  49.  
  50. );
  51.  
  52. chatnets = {
  53. EFNet = {
  54. type = "IRC";
  55. max_kicks = "4";
  56. max_msgs = "3";
  57. max_whois = "1";
  58. };
  59. SILC = { type = "SILC"; };
  60. mired = {
  61. type = "IRC";
  62. #proba
  63. autosendcmd = "/nick flypp!xxxxxxxxxxxxxxxxxx";
  64. };
  65. freenode = {
  66. type = "IRC";
  67. autosendcmd = "/msg nickserv identify xxxxxxxxxxxxxxxxxx; wait 2000; unquery nickserv;";
  68. };
  69. netShock = { type = "IRC"; };
  70. quakenet = { type = "IRC"; };
  71. crashbit = {
  72. type = "IRC";
  73. #autosendcmd = "^nick flypp xxxxxxxxxxxxxxxxxx";
  74. #autosendcmd = "/disconnect crashbit";
  75. };
  76. };
  77.  
  78. channels = (
  79. {
  80. name = "#debian-es";
  81. chatnet = "freenode";
  82. autojoin = "yes";
  83. autosendcmd = "/join -freenode #ubuntu-es";
  84. },
  85. {
  86. name = "#ubuntu-es";
  87. chatnet = "freenode";
  88. autojoin = "no";
  89. autosendcmd = "/join -freenode #debian";
  90. },
  91. {
  92. name = "#debian";
  93. chatnet = "freenode";
  94. autojoin = "no";
  95. autosendcmd = "/join -crashbit #linux";
  96. },
  97. {
  98. name = "#linux";
  99. chatnet = "crashbit";
  100. autojoin = "no";
  101. autosendcmd = "/join -mired #ubuntu";
  102. },
  103.  
  104. {
  105. name = "#ubuntu";
  106. chatnet = "mired";
  107. autojoin = "yes";
  108. autosendcmd = "/^wait 8000; /join -mired #ubuntu+1; /away entrando a canales";
  109. },
  110. {
  111. name = "#ubuntu+1";
  112. chatnet = "mired";
  113. autojoin = "no";
  114. autosendcmd = "/wait 8000; /join #amistades";
  115. #autosendcmd = "/wait 8000; /join#linuxworld;";
  116. },
  117. {
  118. name = "#amistades";
  119. chatnet = "mired";
  120. autojoin = "no";
  121. autosendcmd = "/wait 8000; /join #admi_amistades";
  122. },
  123. {
  124. name = "#admi_amistades";
  125. chatnet = "mired";
  126. autojoin = "no";
  127. autosendcmd = "/wait 15000; /join -mired #linuxworld";
  128. },
  129. {
  130. name = "#linuxworld";
  131. chatnet = "mired";
  132. autojoin = "no";
  133. autosendcmd = "/wait 8000; /join #saintseiya";
  134. },
  135. {
  136. name = "#saintseiya";
  137. chatnet = "mired";
  138. autojoin = "no";
  139. autosendcmd = "/wait 8000; /join#postaway";
  140. },
  141. {
  142. name = "#postaway";
  143. chatnet = "mired";
  144. autojoin = "no";
  145. #autosendcmd = "/wait 8000; /join#Black&White";
  146. autosendcmd = "/wait 8000; /join#whitehat";
  147. },
  148.  
  149. {
  150. name = "#whitehat";
  151. chatnet = "mired";
  152. autojoin = "no";
  153. #autosendcmd = "/wait 8000; /join-mired #etothepowerofpi";
  154. autosendcmd = "/wait 15000; /join-mired #linux";
  155. },
  156.  
  157. {
  158. name = "#linux";
  159. chatnet = "mired";
  160. autojoin = "no";
  161. autosendcmd = "/wait 15000; /join-mired #linux_novatos";
  162. },
  163. {
  164. name = "#linux_novatos";
  165. chatnet = "mired";
  166. autojoin = "no";
  167. autosendcmd = "/wait 15000; /join-mired ayuda-informaticos";
  168. },
  169.  
  170. {
  171. name = "#ayuda-informaticos";
  172. chatnet = "mired";
  173. autojoin = "no";
  174. autosendcmd = "/wait 20000; /join-mired #A-informaticos;";
  175. },
  176.  
  177. {
  178. name = "#A-informaticos";
  179. chatnet = "mired";
  180. autojoin = "no";
  181. autosendcmd = "/away; /wait 20000; /join-mired #folkmetal;";
  182. },
  183. {
  184. name = "#folkmetal";
  185. chatnet = "mired";
  186. autojoin = "no";
  187. autosendcmd = "/away;";
  188. #autosendcmd = "/away; /wait 20; /join -quekenet #terrorurbano;";
  189. },
  190. {
  191. name = "#php";
  192. chatnet = "freenode";
  193. autojoin = "no";
  194. autosendcmd = "/join -freenode #prueba";
  195. },
  196. {
  197. name = "##prueba";
  198. chatnet = "freenode";
  199. autojoin = "no";
  200. autosendcmd = "/join -freenode ##prueba2";
  201. },
  202.  
  203. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement