Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. servers = (
  2. {
  3. address = "slackers.openbsd.org";
  4. chatnet = "icb-hackers";
  5. port = "7326";
  6. use_ssl = "no";
  7. ssl_verify = "no";
  8. autoconnect = "yes";
  9. },
  10. {
  11. address = "slackers.openbsd.org";
  12. chatnet = "icb-porters";
  13. port = "7326";
  14. use_ssl = "no";
  15. ssl_verify = "no";
  16. autoconnect = "yes";
  17. }
  18. );
  19.  
  20. chatnets = {
  21. "icb-hackers" = { type = "ICB"; };
  22. "icb-porters" = { type = "ICB"; };
  23. };
  24.  
  25. channels = (
  26. { name = "hackers"; chatnet = "icb-hackers"; autojoin = "Yes"; },
  27. { name = "porters"; chatnet = "icb-porters"; autojoin = "Yes"; }
  28. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement