Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. /* AUTO-GENERATED CONFIG by WeIRCd administration panel */
  2. /* Feel free to change manually, but don't edit
  3. and apply settings in the admin panel at the
  4. same time or it will be overwritten again ;) */
  5. /* Autoconf magic brought to you by WeIRCd, the easy IRCd */
  6.  
  7. Server {
  8. Name = yellowpainting;
  9. Description = Yo, mah own server!;
  10. Network = MyNet;
  11. MaxChansPerUser = 14;
  12. HelpChan = #help;
  13. MOTDfile = motd.txt;
  14. GlineFile = gline.db;
  15. KLineFile = kline.db;
  16. }
  17. Listen {
  18. bind = any/6667/ipv4;
  19. bind = any/6668/ipv4;
  20. }
  21. Services {
  22. weircdservices {
  23. Enabled = true;
  24. Host = services.mynet.net;
  25. NickWaitTime = 0;
  26. LimitChanChars = true;
  27. ForceRename = 40;
  28. }
  29. }
  30. NoOpChans {
  31. #sex
  32. #*warez*
  33. }
  34. FloodProtect {
  35. Level = soft;
  36. MaxConnsPerIp = 5;
  37. ConnectThrottling = true;
  38. ResolvedHosts = true;
  39. HostCloaking {
  40. Unregistered = Guest;
  41. Registered = users.%account;
  42. }
  43. ReservedNicks {
  44. *admin*
  45. op*
  46. owner*
  47. *eloxo*
  48. *serv
  49. X
  50. L
  51. Q
  52. Global
  53. Auth
  54. Connect4
  55. Channel
  56. }
  57. }
  58. IrcOps {
  59. DefaultOp {
  60. Password = ;
  61. Host = superadmin.myserver;
  62. Flags = Global + Linking + Services + SetHost + Shutdown + Connections + Rehash + Modules;
  63. }
  64. }
  65. /* END OF FILE */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement