home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dance414.zip / dancer.set < prev    next >
Text File  |  1999-03-06  |  4KB  |  182 lines

  1.  
  2. # Cmode determines which channel modes the bot should try
  3. # to keep if lockmode is on.
  4. cmode = 
  5.  
  6. # Ckey is the channel key
  7. ckey = 
  8.  
  9. # Climit is the channel +l limit, 0 disables
  10. climit = 0
  11.  
  12. # Numerical representation of what information that should be
  13. # included in the logfile.
  14. activelog = -1
  15.  
  16. # Kick CTCP bombers
  17. flood.bomb = on
  18.  
  19. # Kick nick flooders
  20. flood.nick = on
  21.  
  22. # Prevent public floods
  23. flood.flood = on
  24.  
  25. # Check for uppercase violations
  26. flood.upper = on
  27.  
  28. # Kick xdcc announcers
  29. flood.xdcc = on
  30.  
  31. # Prevent repeaters
  32. flood.repeat = on
  33.  
  34. # Prevent user to join from the same account multiple times
  35. flood.multi = on
  36.  
  37. # Prevent CTCP floods
  38. flood.ctcp = on
  39.  
  40. # Kick beepers.
  41. flood.beep = on
  42.  
  43. # Kick colourcode (ab)users.
  44. flood.colour = on
  45.  
  46. # Kick guests joining with faked host/domain names.
  47. flood.fakename = on
  48.  
  49. # Prevent more than FLOODRATE messages in FLOODTIME seconds
  50. thres.floodrate = 3
  51.  
  52. # see FLOODRATE
  53. thres.floodtime = 1
  54.  
  55. # Prevent more than FLOODRATE messages in FLOODTIME seconds
  56. thres.repeatrate = 3
  57.  
  58. # see FLOODREPEATRATE
  59. thres.repeattime = 20
  60.  
  61. # Maximum number of public beeps allowed
  62. thres.floodbeeps = 2
  63.  
  64. # Number of joins accepted from the same hostpattern
  65. thres.floodjoins = 3
  66.  
  67. # Talkative mode
  68. verbose.talk = on
  69.  
  70. # Welcome new users
  71. verbose.welcome = on
  72.  
  73. # Enable/disable the SAY and ME commands
  74. verbose.say = on
  75.  
  76. # Report about people on the warnlist
  77. verbose.warn = on
  78.  
  79. # Enable user-comments on join
  80. verbose.comment = off
  81.  
  82. # Enable/disable mute mode
  83. verbose.mute = off
  84.  
  85. # Lock the channel mode
  86. misc.mode = on
  87.  
  88. # Lock the channel key
  89. misc.key = on
  90.  
  91. # Lock the channel limit
  92. misc.limit = on
  93.  
  94. # Deop and unban server ops/bans
  95. misc.netsplit = on
  96.  
  97. # Check for massive deoppers
  98. misc.deop = on
  99.  
  100. # Join a channel if being /invite'd (by a high-level user)
  101. misc.invitable = on
  102.  
  103. # Join channel automatically if being kicked
  104. misc.autojoin = on
  105.  
  106. # Enable auto-ops
  107. misc.autoop = off
  108.  
  109. # With this enabled, non-recognized users will not be allowed to get
  110. # chanop status by people without very high status. LEVELOP can
  111. # be used to define the level of the allowed ops
  112. misc.strictop = off
  113.  
  114. # Make the syntax information get displayed when HELP is used
  115. misc.helpsyntax = on
  116.  
  117. # Which numerical value to use for ANYBODY
  118. level.anybody = 0
  119.  
  120. # Which numerical value to use for RECOGNIZED
  121. level.recognized = 10
  122.  
  123. # Which numerical value to use for CHANOP
  124. level.chanop = 20
  125.  
  126. # Which numerical value to use for TRUSTED
  127. level.trusted = 50
  128.  
  129. # Which numerical value to use for EXPERT
  130. level.expert = 100
  131.  
  132. # Which numerical value to use for MAINTAINER
  133. level.maintainer = 200
  134.  
  135. # Which numerical value to use for OWNER
  136. level.owner = 242
  137.  
  138. # Automatically unbans the least important ban when the channel
  139. # reaches 18 bans in the list
  140. ban.autounban = off
  141.  
  142. # Default ban time (in seconds) for public bans in the channel
  143. ban.bantime = 0
  144.  
  145. # Default time (in seconds) of a bot ban without time specified
  146. ban.botbantime = 0
  147.  
  148. # Kick banned users if they join (split or lagged servers)
  149. ban.kickban = on
  150.  
  151. # Report about bans in public
  152. ban.reportban = off
  153.  
  154. # Count user kicks when deciding whether to ban because of too
  155. # many kicks within a certain time.
  156. ban.banuserkicks = on
  157.  
  158. # Set primary language for the bot to use.
  159. # ('dansk', 'deutsch', 'english', 'espa±ol', 'franτais', 'nederlands',
  160. # 'norsk', 'svenska' and 'suomi' are supported when this is written)
  161. language = English
  162.  
  163. # Prevent users from being able to use the IDENT command
  164. owner.identprotect = on
  165.  
  166. # Prevents shell executions by the bot
  167. owner.execprotect = on
  168.  
  169. # Enable banprotection
  170. ban.banprotect = on
  171.  
  172. # Users with level lower than OPLEVEL are not allowed to get OPs in
  173. # the channel. Setting oplevel to 0 sets it off. See also strictop
  174. owner.oplevel = 0
  175.  
  176. # Protect channel operators. With this enabled, non-chanop users will
  177. # not be allowed to deop chan-op users. The bot will deop the deoper
  178. # and op the chan-op users
  179. misc.opprotect = off
  180.  
  181. # Here follows a list of commands with their new levels:
  182.