home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dancr412.zip / dancer.config next >
Text File  |  1998-11-08  |  9KB  |  337 lines

  1. #################################################################
  2. # This is an autogenerated config file done by Dancer V4.12
  3. #
  4. # You _must_ set the three entries server, channel, and nick.
  5. # (remove preceeding '#' letters to make the labels "take effect")
  6.  
  7. # A comma seperated list of servers, of the format
  8. #   server[:port[:password]]
  9. #server = irc.exodus.net
  10.  
  11. # Which channel to join at startup
  12. #channel = #blah
  13.  
  14. # Nickmask. See dancer.html for further info.
  15. #nick = OS2Bot
  16.  
  17. # A static 4-letter-nick that the bot will always recognize as itself
  18. # regardless of its current nickname.
  19. #staticnick = os2b
  20.  
  21. # Realname. Shows up on i.e /whois output
  22. #name = OS/2 Bot
  23.  
  24. # Cmode determines which channel modes the bot should try
  25. # to keep if lockmode is on.
  26. #cmode = 
  27.  
  28. # Ckey is the channel key
  29. #ckey = 
  30.  
  31. # Climit is the channel +l limit, 0 disables
  32. #climit = 0
  33.  
  34. # Ctcpversion enables you to choose a different reply to ctcp
  35. # version requests. Per default it will reply with the name and
  36. # version of the bot.
  37. #ctcpversion = Dancer V4.12
  38.  
  39. # Ctcpuserinfo determines the reply of the ctcp userinfo request.
  40. #ctcpuserinfo = No info
  41.  
  42. # Rulesmsg is the text that the RULES command prints.
  43. #rulesmsg = No rules
  44.  
  45. # This file contains all registered users
  46. #userfile = ./dancer.users
  47.  
  48. # This is the prefix to use for the log files
  49. #logfile = ./logfile
  50.  
  51. # Setfile contains all saved settings. It overrides the config stored
  52. # in the .config file
  53. #setfile = ./dancer.set
  54.  
  55. # Explainfile contains all standard explainations. Explainations that
  56. # are added force this file to get re-written.
  57. #explainfile = ./dancer.explain
  58.  
  59. # Seenfile contains all the info on who has visited the channel
  60. #seenfile = ./dancer.seen
  61.  
  62. # Servfile is the name of the file used for the server list.
  63. #servfile = ./dancer.serv
  64.  
  65. # fplfile is the name of the fpl-config file
  66. #fplfile = ./dancer.fplconf
  67.  
  68. # Funcfile is the name of the file which is read for the 'funcs'/
  69. # aliases Dancer supports.
  70. #funcfile = ./dancer.funcs
  71.  
  72. # File name to store ban information in.
  73. #banfile = ./dancer.bans
  74.  
  75. # File name to store warning information in.
  76. #warnfile = ./dancer.warnlist
  77.  
  78. # File name to store bug reports in.
  79. #bugfile = ./dancer.bugs
  80.  
  81. # Tellfile is the file where all TELL messages are stored
  82. #tellfile = ./dancer.tell
  83.  
  84. # File name to store news items in (for the NEWS* commands).
  85. #newsfile = ./dancer.news
  86.  
  87. # Findfilename is the name of the index file which is used by
  88. # the FIND command
  89. #findfilename = 
  90.  
  91. # Cmdvrfy is the name (preferably including the full path) of the
  92. # 'vrfy' command
  93. #cmdvrfy = 
  94.  
  95. # Cmdhost is the name (preferably including the full path) of the
  96. # 'host' command
  97. #cmdhost = 
  98.  
  99. # Cmdfinger is the name (preferably including the full path) of the
  100. # 'finger' command
  101. #cmdfinger = /usr/ucb/finger
  102.  
  103. # If seenbackup is turned on (see below) a timestamped backup of the
  104. # seenfile will be made each time the bot is started. This is done to
  105. # prevent loosing all connected data due to an error. Delete the older
  106. # backups manually from time to time.
  107. #seenbackup = On
  108.  
  109. # Number of retries to connect to the same server before giving up
  110. #numretry = 8
  111.  
  112. # Nameserver is the name of your local nameserver. This is
  113. # needed for the HOST command. If none is supplied, it will
  114. # try to get the yp master, and if that fails it will try
  115. # to do without.
  116. #nameserver = 
  117.  
  118. # Opaction is a kind of passive auto-op. It ops a user/bot if
  119. # the level is exactly LEVELBOT and it makes an action starting
  120. # with the content of opaction. If no opaction is supplied this
  121. # passive auto-op is disabled.
  122. #opaction = 
  123.  
  124. # Netburp is the period (in seconds) after a netjoin where FLOOD
  125. # is off, to prevent kicking people because of an sudden exchange
  126. # of data between the servers (which usually is called a netburp.)
  127. #netburp = 180
  128.  
  129. # Maximum number of months to keep old entries in the seenfile.
  130. #seenmonths = 6
  131.  
  132. # Maximum number of months to keep old entries in tellfile.
  133. #tellmonths = 2
  134.  
  135. # Maximum number of months to keep old entries in warnlist.
  136. #warnmonths = 3
  137.  
  138. # Askforops is an action that the bot does when entering the
  139. # channel, to make people aware that it would like to get opped.
  140. #askforops = 
  141.  
  142. # The number of logfiles to keep, and therefore which
  143. # logfiles to remove automatically!
  144. #storedays = 7
  145.  
  146. # Change the level requirement for single command by entering
  147. # them here. Use the format <command> <level>. One entry per
  148. # line and chgcmdlev:-label.
  149.  
  150. # Numerical representation of what information that should be
  151. # included in the logfile.
  152. #activelog = -1
  153.  
  154. # Kick CTCP bombers
  155. #flood.bomb = On
  156.  
  157. # Kick nick flooders
  158. #flood.nick = On
  159.  
  160. # Prevent public floods
  161. #flood.flood = On
  162.  
  163. # Check for uppercase violations
  164. #flood.upper = On
  165.  
  166. # Kick xdcc announcers
  167. #flood.xdcc = On
  168.  
  169. # Prevent repeaters
  170. #flood.repeat = On
  171.  
  172. # Prevent user to join from the same account multiple times
  173. #flood.multi = On
  174.  
  175. # Prevent CTCP floods
  176. #flood.ctcp = On
  177.  
  178. # Kick beepers.
  179. #flood.beep = On
  180.  
  181. # Kick colourcode (ab)users.
  182. #flood.colour = On
  183.  
  184. # Kick guests joining with faked host/domain names.
  185. #flood.fakename = On
  186.  
  187. # Prevent more than FLOODRATE messages in FLOODTIME seconds
  188. #thres.floodrate = 3
  189.  
  190. # see FLOODRATE
  191. #thres.floodtime = 1
  192.  
  193. # Prevent more than FLOODRATE messages in FLOODTIME seconds
  194. #thres.repeatrate = 3
  195.  
  196. # see FLOODREPEATRATE
  197. #thres.repeattime = 20
  198.  
  199. # Maximum number of public beeps allowed
  200. #thres.floodbeeps = 2
  201.  
  202. # Number of joins accepted from the same hostpattern
  203. #thres.floodjoins = 3
  204.  
  205. # Talkative mode
  206. #verbose.talk = On
  207.  
  208. # Welcome new users
  209. #verbose.welcome = On
  210.  
  211. # Enable/disable the SAY and ME commands
  212. #verbose.say = On
  213.  
  214. # Report about people on the warnlist
  215. #verbose.warn = On
  216.  
  217. # Enable user-comments on join
  218. #verbose.comment = Off
  219.  
  220. # Lock the channel mode
  221. #misc.mode = On
  222.  
  223. # Lock the channel key
  224. #misc.key = On
  225.  
  226. # Lock the channel limit
  227. #misc.limit = On
  228.  
  229. # Deop and unban server ops/bans
  230. #misc.netsplit = On
  231.  
  232. # Check for massive deoppers
  233. #misc.deop = On
  234.  
  235. # Join a channel if being /invite'd (by a high-level user)
  236. #misc.invitable = On
  237.  
  238. # Join channel automatically if being kicked
  239. #misc.autojoin = On
  240.  
  241. # Enable auto-ops
  242. #misc.autoop = Off
  243.  
  244. # With this enabled, non-recognized user will not be allowed to get
  245. # chanop status by people without very high status
  246. #misc.strictop = Off
  247.  
  248. # Make the syntax information get displayed when HELP is used
  249. #misc.helpsyntax = On
  250.  
  251. # Full path to the spell command/script
  252. #spellcmd = ./script/speller.sh
  253.  
  254. # Which numerical value to use for ANYBODY
  255. #level.anybody = 0
  256.  
  257. # Which numerical value to use for RECOGNIZED
  258. #level.recognized = 10
  259.  
  260. # Which numerical value to use for CHANOP
  261. #level.chanop = 20
  262.  
  263. # Which numerical value to use for TRUSTED
  264. #level.trusted = 50
  265.  
  266. # Which numerical value to use for EXPERT
  267. #level.expert = 100
  268.  
  269. # Which numerical value to use for MAINTAINER
  270. #level.maintainer = 200
  271.  
  272. # Which numerical value to use for OWNER
  273. #level.owner = 242
  274.  
  275. # Specify the full path to the program that should be used for currency
  276. # translations plus arguments.
  277. # If you're using the supplied 'curr.sh' script for currency translation,
  278. # the setup below should be used. If you write your own or use a third
  279. # party script, set it up accordingly.
  280. # (exchangecmd: /my/program/for/currency /full/path/to/rates/file)
  281. #exchangecmd = 
  282.  
  283. # Specify a comma separated list of ISP patterns that should only use
  284. # host-patterns and never allow sitebans (see also 'nonhostisp')
  285. #hostisp = *.demon.co.uk
  286.  
  287. # A comma separated list of patterns that should *not* be treated as a
  288. # 'hostisp' even if it matched one of them
  289. #nonhostisp = *dismayl.demon.co.uk
  290.  
  291. # Automatically unbans the least important ban when the channel
  292. # reaches 18 bans in the list
  293. #ban.autounban = Off
  294.  
  295. # Default ban time (in seconds) for public bans in the channel
  296. #ban.bantime = 0
  297.  
  298. # Default time (in seconds) of a bot ban without time specified
  299. #ban.botbantime = 0
  300.  
  301. # Kick banned users if they join (split or lagged servers)
  302. #ban.kickban = On
  303.  
  304. # Report about bans in public
  305. #ban.reportban = Off
  306.  
  307. # Count user kicks when deciding whether to ban because of too
  308. # many kicks within a certain time.
  309. #ban.banuserkicks = On
  310.  
  311. # Set primary language for the bot to use.
  312. # ('english', 'svenska', 'dansk', 'norsk' and 'nederlands' are supported
  313. # when this is written)
  314. #language = English
  315.  
  316. # Prevent users from being able to use the IDENT command
  317. #owner.identprotect = On
  318.  
  319. # Prevents shell executions by the bot
  320. #owner.execprotect = On
  321.  
  322. # Default password set to all new users.
  323. #defaultpasswd = pass
  324.  
  325. # Default number of days of a news item to live
  326. #newsexpire = 90
  327.  
  328. # Specify a comma separated list of ISP patterns that should never
  329. # ever get sitebanned by the bot (see also 'hostisp' / 'nonhostisp')
  330. #dontsiteban =  
  331.  
  332. # The IP number of the host that runs this bot. It should be a valid
  333. # IP from one of your machine's network interfaces or this is likely
  334. # to severly confuse this program. DON'T set this if you don't know
  335. # exactly what you are doing and why.
  336. #myhost = 
  337.