home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / Unreal / networks / unrealircd.conf < prev    next >
Text File  |  2000-08-18  |  3KB  |  129 lines

  1. ver^1.5
  2. #
  3. #   UnrealIRCd Configuration file - unrealircd.conf
  4. #   (C) Carsten Munk 1999 - Under the GNU license
  5. #   $Id: unrealircd.conf,v 1.1.1.1.6.1.2.6 2000/08/18 16:44:35 codemastr Exp $   
  6. # Follow the instructions here.
  7. # change the filename to what network header file you use
  8. # relative to DPATH
  9. Include .................: networks/unreal-test.network
  10.  
  11. #
  12. # What K:Line address can K:lined users mail at?
  13. #
  14. Set KLINE_ADDRESS .......: unreal-dev@lists.sourceforge.net
  15.  
  16. # If you want users to get auto +x on connect
  17. # 1 = Yes 0 = No
  18. Set MODE_X ..............: 1
  19.  
  20. # Auto +i users when they connect?
  21. # 1 = Yes 0 = No
  22. Set MODE_I ..............: 0
  23.  
  24. # Auto +G users when they connect? This can help as a new REMOVE_ADVERTISE
  25. Set MODE_STRIPWORDS .....: 0
  26.  
  27. # If compiled on a halfhub network this will upgrade it to be a real hub
  28. # *  else if tried on a leaf (not hub) it will cause an error
  29. # * NOTE: There are only TWO versions of UnrealIRCd - Leaf and [Half]Hub
  30. # *       (in wIRCd terms)
  31. # *       Leafs are normal leafs
  32. # *       Halfhubs are hubs that doesn't send out a GLOBOPS when connect estab
  33. # *         (unless if #define TRUEHUB)
  34. # 1 = Yes  0 = No
  35.  
  36. Set TRUEHUB .............: 1
  37.  
  38. #
  39. # The IRCd won't boot if not this setting set correctly 
  40. # RTFM and go thru the config file (this file)
  41. # 1 = Yes  0 = No
  42. Set CONFIG_FILE_STOP ....: 0
  43.  
  44. # If to let non-opers do /stats O
  45. #
  46. #
  47. Set SHOWOPERS ...........: 0
  48.  
  49. #
  50. # This will get the IRCd to exit links with different protocol ( < / > )
  51. #
  52. Set KILLDIFF ............: 1
  53.  
  54. #
  55. # Show Oper MOTD at oper up?
  56. # 1 = Yes 0 = No
  57. Set SHOWOPERMOTD ........: 1
  58.  
  59. #
  60. # Hide U:lines from non-opers in /links?
  61. # 1 = Yes 0 = No
  62. Set HIDE_ULINES .........: 1
  63.  
  64. #
  65. # Allow use of ChatOps?
  66. # 1 = Yes 0 = No
  67. Set ALLOW_CHATOPS .......: 1
  68.  
  69. #
  70. # What message do you want send to Z:lined SOCKS users?
  71. #
  72. Set SOCKS_BAN_MESSAGE ...: Insecure SOCKS server
  73.  
  74. #
  75. # What quit message do we want to send not yet Z:lined SOCKS users?
  76. #
  77. Set SOCKS_QUIT_MESSAGE ..: Insecure SOCKS server
  78.  
  79. #
  80. # How many seconds will a insecure SOCKS be banned?
  81. #
  82. Set SOCKSBANTIME ........: 86400
  83.  
  84. #
  85. # How many channels are users allowed to join?
  86. #
  87. Set MAXCHANNELSPERUSER ..: 10
  88.  
  89. #
  90. # Will we support WebTV, NOTE replaces /NOTICE with a /PRIVMSG
  91. # 1 = Yes 0 = No
  92. Set WEBTV_SUPPORT .......: 0
  93.  
  94. #
  95. # Should usermode +I (Total Invisibility) be disabled?
  96. # 1 = Yes 0 = No
  97. Set NO_OPER_HIDING ......: 0
  98.  
  99. #
  100. # Should we make the user join a channel(s) on connect?
  101. # 0 = No, if Yes, enter the channel name
  102. # to make them join multiple channels seperate with ,s
  103. # ex Set AUTO_JOIN_CHANS .....: #chan1,#chan2,#chan3
  104. #
  105. Set AUTO_JOIN_CHANS .....: 0
  106.  
  107. #
  108. # Should we make the user join a channel(s) on /oper?
  109. # 0 = No, if Yes, enter the channel name
  110. # to make them join multiple channels seperate with ,s
  111. # ex Set OPER_AUTO_JOIN_CHANS : #chan1,#chan2,#chan3
  112. #
  113. Set OPER_AUTO_JOIN_CHANS : 0
  114.  
  115. #
  116. # This allows you specify the amount of time (in seconds)
  117. # to wait for a DNS response. Set this to 0 to disable
  118. # hostname resolving
  119. #
  120. Set HOST_TIMEOUT ........: 2
  121.  
  122. # This allows you to specify the amount of retries
  123. # that should be send when no DNS response is received
  124. #
  125. Set HOST_RETRIES ........: 2
  126.