Guest User

Untitled

a guest
Mar 18th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 54.65 KB | None | 0 0
  1. #! /path/to/executable/eggdrop
  2. # ^- This should contain a fully qualified path to your Eggdrop executable.
  3. #
  4. # $Id: eggdrop.conf,v 1.69 2011/09/23 20:31:32 thommey Exp $
  5. #
  6. # This is a sample Eggdrop configuration file which includes all possible
  7. # settings that can be used to configure your bot.
  8. #
  9. # The pound signs (#) that you see at the beginning of some lines mean that
  10. # the remainder of that line is a comment, or just for your information. By
  11. # adding or deleting pound signs, you can comment or uncomment a setting,
  12. # respectively.
  13. #
  14. # Arguments for a command or setting may be inclosed in <>'s or []'s in the
  15. # example/description. Arguments in <>'s are required, while [] means optional.
  16. #
  17. # More detailed descriptions of all these settings can be found in
  18. # doc/settings/.
  19.  
  20.  
  21.  
  22. ##### BASIC SETTINGS #####
  23.  
  24. # This setting defines the username the bot uses on IRC. This setting has
  25. # no effect if an ident daemon is running on your bot's machine.
  26. set username "faymir"
  27.  
  28. # This setting defines which contact person should be shown in .status,
  29. # /msg help, and other places. You really should include this information.
  30. set admin "IWillNotChange <email: [email protected]>"
  31.  
  32. # This setting is used only for info to share with others on your botnet.
  33. # Set this to the IRC network your bot is connected to.
  34. set network "trinity.awcalot.com"
  35.  
  36. # This setting defines which timezone is your bot in. It's used for internal
  37. # routines as well as for logfile timestamping and scripting purposes.
  38. # The timezone string specifies the name of the timezone and must be three
  39. # or more alphabetic characters. For example, Central European Time(UTC+1)
  40. # should be "CET".
  41. set timezone "EST"
  42.  
  43. # The offset setting specifies the time value to be added to the local
  44. # time to get Coordinated Universal Time (UTC aka GMT). The offset is
  45. # positive if the local timezone is west of the Prime Meridian and
  46. # negative if it is east. The value (in hours) must be between -23 and
  47. # 23. For example, if the timezone is UTC+1, the offset is -1.
  48. set offset "-5"
  49.  
  50. # If you don't want to use the timezone setting for scripting purposes only,
  51. # but instead everywhere possible, un-comment the following line.
  52. #set env(TZ) "$timezone$offset"
  53.  
  54. # If you're using virtual hosting (your machine has more than 1 IP), you
  55. # may want to specify the particular IP to bind to. You can specify either
  56. # by hostname or by IP. You may also want to set the hostname here if
  57. # Eggdrop has trouble detecting it when it starts up.
  58. #set my-hostname "virtual.host.com"
  59. #set my-ip "99.99.0.0"
  60.  
  61. # If you want to have your Eggdrop messages displayed in a language other
  62. # than English, change this setting to match your preference. An alternative
  63. # would be to set the environment variable EGG_LANG to that value.
  64. #
  65. # Languages included with Eggdrop: Danish, English, French, Finnish, German.
  66. #addlang "english"
  67.  
  68.  
  69. ##### LOG FILES #####
  70.  
  71. # Eggdrop is capable of logging various things, from channel chatter to
  72. # commands people use on the bot and file transfers. Logfiles are normally
  73. # kept for 24 hours. Afterwards, they will be renamed to "(logfile).yesterday".
  74. # After 48 hours, they will be overwritten by the logfile of the next day.
  75. #
  76. # Events are logged by certain categories. This way, you can specify
  77. # exactly what kind of events you want sent to various logfiles.
  78. #
  79. # Logfile flags:
  80. #   b - information about bot linking and userfile sharing
  81. #   c - commands
  82. #   d - misc debug information
  83. #   h - raw share traffic
  84. #   j - joins, parts, quits, and netsplits on the channel
  85. #   k - kicks, bans, and mode changes on the channel
  86. #   m - private msgs, notices and ctcps to the bot
  87. #   o - misc info, errors, etc (IMPORTANT STUFF)
  88. #   p - public text on the channel
  89. #   r - raw incoming server traffic
  90. #   s - server connects, disconnects, and notices
  91. #   t - raw botnet traffic
  92. #   v - raw outgoing server traffic
  93. #   w - wallops (make sure the bot sets +w in init-server)
  94. #   x - file transfers and file-area commands
  95. #
  96. # Note that modes d, h, r, t, and v can fill disk quotas quickly. There are
  97. # also eight user-defined levels (1-8) which can be used by Tcl scripts.
  98. #
  99. # Each logfile belongs to a certain channel. Events of type 'k', 'j', and 'p'
  100. # are logged to whatever channel they happened on. Most other events are
  101. # currently logged to every channel. You can make a logfile belong to all
  102. # channels by assigning it to channel "*".
  103.  
  104. # This is the maximum number of logfiles allowed. This setting can be
  105. # increased; however, don't decrease it.
  106. set max-logs 5
  107.  
  108. # This is the maximum size of your logfiles. Set it to 0 to disable.
  109. # This value is in kilobytes, so '550' would mean cycle logs when it
  110. # reaches the size of 550 kilobytes. Note that this only works if you
  111. # have keep-all-logs 0 (OFF).
  112. set max-logsize 0
  113.  
  114. # This could be good if you have had problem with the logfile filling
  115. # your quota/hard disk or if you log +p and publish it to the web and
  116. # need more up-to-date info. Note that this setting might increase the
  117. # CPU usage of your bot (on the other hand it will decrease your mem usage).
  118. set quick-logs 0
  119.  
  120. # This setting allows you the logging of raw incoming server traffic via
  121. # console/log flag 'r', raw outgoing server traffic via console/log mode 'v',
  122. # raw botnet traffic via console/log mode 't', and raw share traffic via
  123. # console/log mode 'h'. These flags can create a large security hole,
  124. # allowing people to see user passwords. This is now restricted to +n users
  125. # only. Please choose your owners with care.
  126. set raw-log 0
  127.  
  128. # This creates a logfile named eggdrop.log containing private msgs/ctcps,
  129. # commands, errors, and misc. info from any channel.
  130. logfile mco * "logs/eggdrop.log"
  131.  
  132. # This creates a logfile named lamest.log containing joins, parts,
  133. # netsplits, kicks, bans, mode changes, and public chat on the
  134. # channel #lamest.
  135. #logfile jpk #lamest "logs/lamest.log"
  136.  
  137. # Use this feature to timestamp entries in the log file.
  138. set log-time 1
  139.  
  140. # Set the following to the timestamp for the logfile entries. Popular times
  141. # might be "[%H:%M]" (hour, min), or "[%H:%M:%S]" (hour, min, sec).
  142. # Read `man strftime' for more formatting options.  Keep it below 32 chars.
  143. set timestamp-format {[%H:%M:%S]}
  144.  
  145. # If you want to keep your logfiles forever, turn this setting on. All
  146. # logfiles will get suffix ".[day, 2 digits][month, 3 letters][year, 4 digits]".
  147. # Note that your quota/hard-disk might be filled by this, so check your
  148. # logfiles often and download them.
  149. set keep-all-logs 0
  150.  
  151. # If keep-all-logs is 1, this setting will define the suffix of the logfiles.
  152. # The default will result in a suffix like "04May2000". "%Y%m%d" will produce
  153. # the often used yyyymmdd format. Read the strftime manpages for more options.
  154. # NOTE: On systems which don't support strftime, the default format will
  155. # be used _always_.
  156. set logfile-suffix ".%d%b%Y"
  157.  
  158. # You can specify when Eggdrop should switch logfiles and start fresh. You
  159. # must use military time for this setting. 300 is the default, and describes
  160. # 03:00 (AM).
  161. set switch-logfiles-at 300
  162.  
  163. # "Writing user file..." and "Writing channel file..." messages won't be logged
  164. # anymore if this option is enabled. If you set it to 2, the "Backing up user
  165. # file..." and "Backing up channel file..." messages will also not be logged.
  166. # In addition to this, you can disable the "Switching logfiles..." and the new
  167. # date message at midnight, by setting this to 3.
  168. set quiet-save 0
  169.  
  170.  
  171. ##### CONSOLE #####
  172.  
  173. # This is the default console mode. It uses the same event flags as the log
  174. # files do. The console channel is automatically set to your "primary" channel,
  175. # which is set in the modules section of the config file. Masters can change
  176. # their console channel and modes with the '.console' command.
  177.  
  178. set console "mkcobxs"
  179.  
  180.  
  181. ##### FILES AND DIRECTORIES #####
  182.  
  183. # Specify here the filename your userfile should be saved as.
  184. set userfile "jerp.user"
  185.  
  186. # Specify here the filename Eggdrop will save its pid to. If no pidfile is
  187. # specified, pid.(botnet-nick) will be used.
  188. set pidfile "pid.Jerp"
  189.  
  190. # If you want your userfile to be sorted upon saving, enable this setting.
  191. # This causes the bot to use a bit more CPU when saving the userfile.
  192. set sort-users 0
  193.  
  194. # Specify here where Eggdrop should look for help files. Don't modify this
  195. # setting unless you know what you're doing!
  196. set help-path "help/"
  197.  
  198. # Specify here where Eggdrop should look for text files. This is used for
  199. # certain Tcl and DCC commands.
  200. set text-path "text/"
  201.  
  202. # Set here a place to store temporary files.
  203. set temp-path "/tmp"
  204.  
  205. # The MOTD (Message Of The day) is displayed when people dcc chat or telnet
  206. # to the bot. Look at doc/TEXT-SUBSTITUTIONS for options.
  207. set motd "text/motd"
  208.  
  209. # This banner will be displayed on telnet connections. Look at
  210. # doc/TEXT-SUBSTITUTIONS for options.
  211. set telnet-banner "text/banner"
  212.  
  213. # This specifies what permissions the user, channel, and notes files should
  214. # be set to. The octal values are the same as for the chmod system command.
  215. #
  216. # To remind you:
  217. #
  218. #          u  g  o           u  g  o           u  g  o
  219. #    0600  rw-------   0400  r--------   0200  -w-------    u - user
  220. #    0660  rw-rw----   0440  r--r-----   0220  -w--w----    g - group
  221. #    0666  rw-rw-rw-   0444  r--r--r--   0222  -w--w--w-    o - others
  222. #
  223. # Note that the default 0600 is the most secure one and should only be changed
  224. # if you need your files for shell scripting or other external applications.
  225. set userfile-perm 0600
  226.  
  227.  
  228. ##### BOTNET/DCC/TELNET #####
  229.  
  230. # Settings in this section should be unimportant for you until you deal
  231. # with botnets (multiple Eggdrops connected together to maximize efficiency).
  232. # You should read doc/BOTNET before modifying these settings.
  233.  
  234. # If you want to use a different nickname on the botnet than you use on
  235. # IRC (i.e. if you're on an un-trusted botnet), un-comment the next line
  236. # and set it to the nick you would like to use.
  237. #set botnet-nick "LlamaBot"
  238.  
  239. # This opens a telnet port by which you and other bots can interact with the
  240. # Eggdrop by telneting in.
  241. #
  242. # There are more options for the listen command in doc/tcl-commands.doc. Note
  243. # that if you are running more than one bot on the same machine, you will want
  244. # to space the telnet ports at LEAST 5 apart, although 10 is even better.
  245. #
  246. # Valid ports are typically anything between 1025 and 65535 assuming the
  247. # port is not already in use.
  248. #
  249. # If you would like the bot to listen for users and bots in separate ports,
  250. # use the following format:
  251. #
  252. #   listen 3333 bots
  253. #   listen 4444 users
  254. #
  255. # If you wish to use only one port, use this format:
  256. #
  257. #   listen 3333 all
  258. #
  259. # You need to un-comment this line and change the port number in order to open
  260. # the listen port. You should not keep this set to 3333.
  261. #listen 3333 all
  262.  
  263. # This setting defines whether or not people can boot users on the Eggdrop
  264. # from other bots in your botnet. Valid settings are:
  265. #   0 - allow *no* outside boots
  266. #   1 - allow boots from sharebots
  267. #   2 - allow any boots
  268. set remote-boots 2
  269.  
  270. # This setting prohibits remote bots from telling your Eggdrop to unlink from
  271. # share bots.
  272. set share-unlinks 1
  273.  
  274. # This setting will drop telnet connections not matching a known host.
  275. set protect-telnet 0
  276.  
  277. # This setting will make the bot ignore DCC chat requests which appear to
  278. # have bogus information on the grounds that the user may have been trying
  279. # to make the bot connect to somewhere that will get it into trouble, or
  280. # that the user has a broken client, in which case the connect wouldn't work
  281. # anyway.
  282. set dcc-sanitycheck 0
  283.  
  284. # This settings defines a time in seconds that the bot should wait before
  285. # a dcc chat, telnet, or relay connection times out.
  286. set ident-timeout 5
  287.  
  288. # Define here whether or not a +o user still needs the +p flag to dcc the bot.
  289. set require-p 1
  290.  
  291. # If you want people allow to telnet in and type 'NEW' to become a new user,
  292. # set this to 1. This is similar to the 'hello' msg command. The protect-telnet
  293. # setting must be set to 0 to use this.
  294. set open-telnets 0
  295.  
  296. # If you don't want Eggdrop to identify itself as an eggdrop on a telnet
  297. # connection, set this setting to 1. Eggdrop will display 'Nickname' instead.
  298. set stealth-telnets 0
  299.  
  300. # If you want Eggdrop to display a banner when telneting in, set this setting
  301. # to 1. The telnet banner is set by 'set telnet-banner'.
  302. set use-telnet-banner 0
  303.  
  304. # This settings defines a time in seconds that the bot should wait before
  305. # a dcc chat, telnet, or relay connection times out.
  306. set connect-timeout 15
  307.  
  308. # Specify here the number of lines to accept from a user on the partyline
  309. # within 1 second before they are considered to be flooding and therefore
  310. # get booted.
  311. set dcc-flood-thr 3
  312.  
  313. # Define here how many telnet connection attempts in how many seconds from
  314. # the same host constitute a flood. The correct format is Attempts:Seconds.
  315. set telnet-flood 5:60
  316.  
  317. # If you want telnet-flood to apply even to +f users, set this setting to 1.
  318. set paranoid-telnet-flood 1
  319.  
  320. # Set here the amount of seconds before giving up on hostname/address
  321. # lookup (you might want to increase this if you are on a slow network).
  322. set resolve-timeout 7
  323.  
  324.  
  325. ##### MORE ADVANCED SETTINGS #####
  326.  
  327. # Set this to your socks host if your Eggdrop sits behind a firewall. If
  328. # you use a Sun "telnet passthru" firewall, prefix the host with a '!'.
  329. #set firewall "!sun-barr.ebay:3666"
  330.  
  331. # If you have a NAT firewall (you box has an IP in one of the following
  332. # ranges: 192.168.0.0-192.168.255.255, 172.16.0.0-172.31.255.255,
  333. # 10.0.0.0-10.255.255.255 and your firewall transparently changes your
  334. # address to a unique address for your box) or you have IP masquerading
  335. # between you and the rest of the world, and /dcc chat, /ctcp chat or
  336. # userfile sharing aren't working, enter your outside IP here. This IP
  337. # is used for transfers only, and has nothing to do with the my-ip or
  338. # my-hostname settings. You may still need to set my-ip and/or my-hostname.
  339. #set nat-ip "127.0.0.1"
  340.  
  341. # If you want all dcc file transfers to use a particular portrange either
  342. # because you're behind a firewall, or for other security reasons, set it
  343. # here.
  344. #set reserved-portrange 2010:2020
  345.  
  346. # Set the time in minutes that temporary ignores should last.
  347. set ignore-time 15
  348.  
  349. # Define here what Eggdrop considers 'hourly'. All calls to it, including such
  350. # things as note notifying or userfile saving, are affected by this.
  351. # For example:
  352. #
  353. #   set hourly-updates 15
  354. #
  355. # The bot will save its userfile 15 minutes past every hour.
  356. set hourly-updates 00
  357.  
  358. # Un-comment the next line and set the list of owners of the bot.
  359. # You NEED to change this setting.
  360. set owner "IWillNotChange, OurSickStoryYDG"
  361.  
  362. # Who should a note be sent to when new users are learned?
  363. set notify-newusers "$owner"
  364.  
  365. # Enter the flags that all new users should get by default. See '.help whois'
  366. # on the partyline for a list of flags and their descriptions.
  367. set default-flags "hp"
  368.  
  369. # Enter all user-defined fields that should be displayed in a '.whois'.
  370. # This will only be shown if the user has one of these extra fields.
  371. # You might prefer to comment this out and use the userinfo1.0.tcl script
  372. # which provides commands for changing all of these.
  373. set whois-fields "url birthday"
  374.  
  375. # Enable this setting if you want your Eggdrop to die upon receiving a SIGHUP
  376. # kill signal. Otherwise, the Eggdrop will just save its userfile and rehash.
  377. set die-on-sighup 0
  378.  
  379. # Enable this setting if you want your Eggdrop to die upon receiving a SIGTERM
  380. # kill signal. Otherwise, the Eggdrop will just save its userfile and rehash.
  381. set die-on-sigterm 1
  382.  
  383. # Uncomment these two lines if you wish to disable the .tcl and .set commands.
  384. # If you select your owners wisely, you should be okay enabling these.
  385. #unbind dcc n tcl *dcc:tcl
  386. #unbind dcc n set *dcc:set
  387.  
  388. # If you enable this setting, only permanent owners (owner setting) will be
  389. # able to use .tcl and .set. Moreover, if you want only let permanent owners
  390. # use .dump, then set this to 2.
  391. # WARNING: setting this to 0 is a security risk, don't do it unless you trust
  392. # your owners enough to give them shell access to the account the bot is
  393. # running on.
  394. set must-be-owner 1
  395.  
  396. # Comment out this line to add the 'simul' partyline command (owners can
  397. # manipulate other people on the party line). Please select owners wisely
  398. # and use this command ethically!
  399. unbind dcc n simul *dcc:simul
  400.  
  401. # Set here the maximum number of socket connections you will allow. You can
  402. # increase this later, but never decrease it below current usage.
  403. # If you're using Tcl threads, this is a per-thread maximum.
  404. set max-socks 100
  405.  
  406. # Enable this setting if you want +d & +k users to use commands bound as -|-.
  407. set allow-dk-cmds 1
  408.  
  409. # If your Eggdrop rejects bots that actually have already disconnected from
  410. # another hub, but the disconnect information has not yet spread over the
  411. # botnet due to lag, use this setting. The bot will wait dupwait-timeout
  412. # seconds before it checks again and then finally reject the bot.
  413. set dupwait-timeout 5
  414.  
  415. # Set this to 0 if you want the bot to strip '~+-^=' characters from user@hosts
  416. # before matching them.
  417. # This setting is currently kept for compatibility, but will be removed from
  418. # the next release. Please leave it set to 1 to avoid problems with your user
  419. # files in the future.
  420. set strict-host 1
  421.  
  422. # Enable cidr support for b/e/I modes. This means the bot will understand
  423. # and match modes in cidr notation, and will be able to put and enforce such
  424. # bans or unban itself, if banned with a cidr mask.
  425. # Do NOT set this, if your network/server does not support cidr!
  426. set cidr-support 0
  427.  
  428. # You MUST remove this line for your bot to start. This has been added to
  429. # prevent you from starting up a bot that is not fully configured. Bots
  430. # that have not been fully configured may join the wrong IRC network, the
  431. # wrong channels, or generally do things that you do not want. Please make
  432. # sure that you have double-checked every setting. There's also a similar line
  433. # lower down, just to make sure you're reading :)
  434. #die "Please make sure you edit your config file completely."
  435.  
  436.  
  437. ##### MODULES #####
  438.  
  439. # Below are various settings for the modules included with Eggdrop.
  440. # PLEASE READ AND EDIT THEM CAREFULLY, even if you're an old hand at
  441. # Eggdrop, things change.
  442.  
  443. # This path specifies the path were Eggdrop should look for its modules.
  444. # If you run the bot from the compilation directory, you will want to set
  445. # this to "". If you use 'make install' (like all good kiddies do ;), this
  446. # is a fine default. Otherwise, use your head :)
  447. set mod-path "modules/"
  448.  
  449.  
  450. #### BLOWFISH MODULE ####
  451.  
  452. # IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS LATER
  453. # Eggdrop encrypts its userfile, so users can have secure passwords.
  454. # Please note that when you change your encryption method later (i.e.
  455. # using other modules like a md5 module), you can't use your current
  456. # userfile anymore. Eggdrop will not start without an encryption module.
  457. loadmodule blowfish
  458.  
  459.  
  460. #### DNS MODULE ####
  461.  
  462. # This module provides asynchronous dns support. This will avoid long
  463. # periods where the bot just hangs there, waiting for a hostname to
  464. # resolve, which will often let it timeout on all other connections.
  465. loadmodule dns
  466.  
  467. # In case your bot has trouble finding dns servers or you want to use
  468. # specific ones, you can set them here. The value is a list of dns servers.
  469. # The order doesn't matter. You can also specify a non-standard port.
  470. # The default is to use the system specified dns servers. You don't need to
  471. # modify this setting normally.
  472. #set dns-servers "8.8.8.8 8.8.4.4"
  473.  
  474. # Specify how long should the DNS module cache replies at maximum. The value
  475. # must be in seconds.
  476. # Note that it will respect the TTL of the reply and this is just an upper
  477. # boundary.
  478. set dns-cache 86400
  479.  
  480. # Specify how long should the DNS module cache negative replies (NXDOMAIN,
  481. # DNS Lookup failed). The value must be in seconds.
  482. set dns-negcache 600
  483.  
  484. # How many times should the DNS module resend the query for a given domain
  485. # if it receives no reply?
  486. set dns-maxsends 4
  487.  
  488. # Specify how long should the DNS module wait for a reply before resending the
  489. # query. The value must be in seconds.
  490. set dns-retrydelay 3
  491.  
  492. #### CHANNELS MODULE ####
  493.  
  494. # This module provides channel related support for the bot. Without it,
  495. # you won't be able to make the bot join a channel or save channel
  496. # specific userfile information.
  497. loadmodule channels
  498.  
  499. # Enter here the filename where dynamic channel settings are stored.
  500. set chanfile "LamestBot.chan"
  501.  
  502. # Set this setting to 1 if you want your bot to expire bans/exempts/invites set
  503. # by other opped bots on the channel.
  504. set force-expire 0
  505.  
  506. # Set this setting to 1 if you want your bot to share user greets with other
  507. # bots on the channel if sharing user data.
  508. set share-greet 0
  509.  
  510. # Set this setting to 1 if you want to allow users to store an info line.
  511. set use-info 1
  512.  
  513. # Set this setting to 1 if you want to allow both +p and +s channel modes
  514. # to be enforced at the same time by the chanmode channel setting.
  515. # Make sure your server supports +ps mixing or you may get endless mode
  516. # floods.
  517. set allow-ps 0
  518.  
  519. # The following settings are used as default values when you .+chan #chan or .tcl
  520. # channel add #chan. Look below for explanation of every option.
  521.  
  522. set global-flood-chan 15:60
  523. set global-flood-deop 3:10
  524. set global-flood-kick 3:10
  525. set global-flood-join 5:60
  526. set global-flood-ctcp 3:60
  527. set global-flood-nick 5:60
  528. set global-aop-delay 5:30
  529. set global-idle-kick 0
  530. set global-chanmode "nt"
  531. set global-stopnethack-mode 0
  532. set global-revenge-mode 0
  533. set global-ban-type 3
  534. set global-ban-time 120
  535. set global-exempt-time 60
  536. set global-invite-time 60
  537.  
  538. set global-chanset {
  539.         -autoop         -autovoice
  540.         -bitch          +cycle
  541.         +dontkickops    +dynamicbans
  542.         +dynamicexempts +dynamicinvites
  543.         -enforcebans    +greet
  544.         -inactive       -nodesynch
  545.         -protectfriends +protectops
  546.         -revenge        -revengebot
  547.         -secret         -seen
  548.         +shared         -statuslog
  549.         +userbans       +userexempts
  550.         +userinvites    -protecthalfops
  551.         -autohalfop     -static
  552. }
  553.  
  554. # chanmode +/-<modes>
  555. #    This setting makes the bot enforce channel modes. It will always add
  556. #    the +<modes> and remove the -<modes> modes.
  557. #
  558. # idle-kick 0
  559. #    This setting will make the bot check every minute for idle
  560. #    users. Set this to 0 to disable idle check.
  561. #
  562. # stopnethack-mode 0
  563. #    This setting will make the bot de-op anyone who enters the channel
  564. #    with serverops. There are seven different modes for this settings:
  565. #      0 turn off
  566. #      1 isoptest (allow serverop if registered op)
  567. #      2 wasoptest (allow serverop if op before split)
  568. #      3 allow serverop if isop or wasop
  569. #      4 allow serverop if isop and wasop.
  570. #      5 If the channel is -bitch, see stopnethack-mode 3
  571. #        If the channel is +bitch, see stopnethack-mode 1
  572. #      6 If the channel is -bitch, see stopnethack-mode 2
  573. #        If the channel is +bitch, see stopnethack-mode 4
  574. #
  575. # revenge-mode 0
  576. #   This settings defines how the bot should punish bad users when
  577. #   revenging. There are four possible settings:
  578. #     0 Deop the user.
  579. #     1 Deop the user and give them the +d flag for the channel.
  580. #     2 Deop the user, give them the +d flag for the channel, and kick them.
  581. #     3 Deop the user, give them the +d flag for the channel, kick, and ban them.
  582. #
  583. # ban-type 3
  584. #   This setting defines what type of bans should eggdrop place for +k users or
  585. #   when revenge-mode is 3.
  586. #   Available types are:
  587. #     0 *!user@host
  588. #     1 *!*user@host
  589. #     2 *!*@host
  590. #     3 *!*user@*.host
  591. #     4 *!*@*.host
  592. #     5 nick!user@host
  593. #     6 nick!*user@host
  594. #     7 nick!*@host
  595. #     8 nick!*user@*.host
  596. #     9 nick!*@*.host
  597. #   You can also specify types from 10 to 19 which correspond to types
  598. #   0 to 9, but instead of using a * wildcard to replace portions of the
  599. #   host, only numbers in hostnames are replaced with the '?' wildcard.
  600. #   Same is valid for types 20-29, but instead of '?', the '*' wildcard
  601. #   will be used.
  602. #
  603. # ban-time 120
  604. #   Set here how long temporary bans will last (in minutes). If you
  605. #   set this setting to 0, the bot will never remove them.
  606. #
  607. # exempt-time 60
  608. #   Set here how long temporary exempts will last (in minutes). If you
  609. #   set this setting to 0, the bot will never remove them. The bot will
  610. #   check the exempts every X minutes, but will not remove the exempt if
  611. #   a ban is set on the channel that matches that exempt. Once the ban is
  612. #   removed, then the exempt will be removed the next time the bot checks.
  613. #   Please note that this is an IRCnet feature.
  614. #
  615. # invite-time 60
  616. #   Set here how long temporary invites will last (in minutes). If you
  617. #   set this setting to 0, the bot will never remove them. The bot will
  618. #   check the invites every X minutes, but will not remove the invite if
  619. #   a channel is set to +i. Once the channel is -i then the invite will be
  620. #   removed the next time the bot checks. Please note that this is an IRCnet
  621. #   feature.
  622. #
  623. # aop-delay (minimum:maximum)
  624. # This is used for autoop, autohalfop, autovoice. If an op or voice joins a
  625. # channel while another op or voice is pending, the bot will attempt to put
  626. # both modes on one line.
  627. #   aop-delay 0   No delay is used.
  628. #   aop-delay X   An X second delay is used.
  629. #   aop-delay X:Y A random delay between X and Y is used.
  630. #
  631. # need-op { putserv "PRIVMSG #lamest :op me cos i'm lame!" }
  632. #    This setting will make the bot run the script enclosed in brackets
  633. #    if it does not have ops. This must be shorter than 120 characters.
  634. #    If you use scripts like getops.tcl or botnetop.tcl, you don't need
  635. #    to set this setting.
  636. #
  637. # need-invite { putserv "PRIVMSG #lamest :let me in!" }
  638. #    This setting will make the bot run the script enclosed in brackets
  639. #    if it needs an invite to the channel. This must be shorter than 120
  640. #    characters. If you use scripts like getops.tcl or botnetop.tcl, you
  641. #    don't need to set this setting.
  642. #
  643. # need-key { putserv "PRIVMSG #lamest :let me in!" }
  644. #    This setting will make the bot run the script enclosed in brackets
  645. #    if it needs the key to the channel. This must be shorter than 120
  646. #    characters. If you use scripts like getops.tcl or botnetop.tcl, you
  647. #    don't need to set this setting
  648. #
  649. # need-unban { putserv "PRIVMSG #lamest :let me in!" }
  650. #    This setting will make the bot run the script enclosed in brackets
  651. #    if it needs to be unbanned on the channel. This must be shorter than
  652. #    120 characters. If you use scripts like getops.tcl or botnetop.tcl,
  653. #    you don't need to set this setting
  654. #
  655. # need-limit { putserv "PRIVMSG #lamest :let me in!" }
  656. #    This setting will make the bot run the script enclosed in brackets
  657. #    if it needs the limit to be raised on the channel. This must be
  658. #    shorter than 120 characters. If you use scripts like getops.tcl or
  659. #    botnetop.tcl, you don't need to set this setting
  660. #
  661. # flood-chan 15:60
  662. #    Set here how many channel messages in how many seconds from one
  663. #    host constitutes a flood. Setting this to 0 or 0:0 disables
  664. #    flood protection for the channel.
  665. #
  666. # flood-deop 3:10
  667. #    Set here how many deops in how many seconds from one host constitutes
  668. #    a flood. Setting this to 0 or 0:0 disables deop flood protection for
  669. #    the channel.
  670. #
  671. # flood-kick 3:10
  672. #    Set here how many kicks in how many seconds from one host constitutes
  673. #    a flood. Setting this to 0 or 0:0 disables kick flood protection for
  674. #    the channel.
  675. #
  676. # flood-join 5:60
  677. #    Set here how many joins in how many seconds from one host constitutes
  678. #    a flood. Setting this to 0 or 0:0 disables join flood protection for
  679. #    the channel.
  680. #
  681. # flood-ctcp 3:60
  682. #    Set here how many channel ctcps in how many seconds from one host
  683. #    constitutes a flood. Setting this to 0 or 0:0 disables ctcp flood
  684. #    protection for the channel.
  685. #
  686. # flood-nick 5:60
  687. #    Set here how many nick changes in how many seconds from one host
  688. #    constitutes a flood. Setting this to 0 or 0:0 disables nick flood
  689. #    protection for the channel.
  690. #
  691. # A complete list of all available channel settings:
  692. #
  693. # enforcebans
  694. #    When a ban is set, kick people who are on the channel and match
  695. #    the ban?
  696. #
  697. # dynamicbans
  698. #    Only activate bans on the channel when necessary? This keeps
  699. #    the channel's ban list from getting excessively long. The bot
  700. #    still remembers every ban, but it only activates a ban on the
  701. #    channel when it sees someone join who matches that ban.
  702. #
  703. # userbans
  704. #    Allow bans to be made by users directly? If turned off, the bot
  705. #    will require all bans to be made through the bot's console.
  706. #
  707. # dynamicexempts
  708. #    Only activate exempts on the channel when necessary? This keeps
  709. #    the channel's exempt list from getting excessively long. The bot
  710. #    still remembers every exempt, but it only activates a exempt on
  711. #    the channel when it sees a ban set that matches the exempt. The
  712. #    exempt remains active on the channel for as long as the ban is
  713. #    still active.
  714. #
  715. # userexempts
  716. #    Allow exempts to be made by users directly? If turned off, the
  717. #    bot will require all exempts to be made through the bot's console.
  718. #
  719. # dynamicinvites
  720. #    Only activate invites on the channel when necessary? This keeps
  721. #    the channel's invite list from getting excessively long. The bot
  722. #    still remembers every invite, but the invites are only activated
  723. #    when the channel is set to invite only and a user joins after
  724. #    requesting an invite. Once set, the invite remains until the
  725. #    channel goes to -i.
  726. #
  727. # userinvites
  728. #    Allow invites to be made by users directly? If turned off, the
  729. #    bot will require all invites to be made through the bot's console.
  730. #
  731. # autoop
  732. #    Op users with the +o flag as soon as they join the channel?
  733. #    This is insecure and not recommended.
  734. #
  735. # autohalfop
  736. #    Halfop users with the +l flag as soon as they join the channel?
  737. #    This is insecure and not recommended.
  738. #
  739. # bitch
  740. #    Only let users with +o) flag be opped on the channel?
  741. #
  742. # greet
  743. #    Say a user's info line when they join the channel?
  744. #
  745. # protectops
  746. #    Re-op a user with the +o flag if they get deopped?
  747. #
  748. # protecthalfops
  749. #    Re-halfop a user with the +l flag if they get dehalfopped?
  750. #
  751. # protectfriends
  752. #    Re-op a user with the +f flag if they get deopped?
  753. #
  754. # statuslog
  755. #    Log the channel status line every 5 minutes? This shows the bot's
  756. #    status on the channel (op, voice, etc.), the channel's modes, and
  757. #    the total number of members, ops, voices, regular users, and +b,
  758. #    +e, and +I modes on the channel. A sample status line follows:
  759. #
  760. #      [01:40] @#lamest (+istn) : [m/1 o/1 v/4 n/7 b/1 e/5 I/7]
  761. #
  762. # revenge
  763. #    Remember people who deop/kick/ban the bot, valid ops, or friends
  764. #    and punish them? Users with the +f flag are exempt from revenge.
  765. #
  766. # revengebot
  767. #    This is similar to to the 'revenge' option, but it only triggers
  768. #    if a bot gets deopped, kicked or banned.
  769. #
  770. # autovoice
  771. #    Voice users with the +v flag when they join the channel?
  772. #
  773. # secret
  774. #    Prevent this channel from being listed on the botnet?
  775. #
  776. # shared
  777. #    Share channel-related user info for this channel?
  778. #
  779. # cycle
  780. #    Cycle the channel when it has no ops?
  781. #
  782. # dontkickops
  783. #    Do you want the bot not to be able to kick users who have the +o
  784. #    flag, letting them kick-flood for instance to protect the channel
  785. #    against clone attacks.
  786. #
  787. # inactive
  788. #    This prevents the bot from joining the channel (or makes it leave
  789. #    the channel if it is already there). It can be useful to make the
  790. #    bot leave a channel without losing its settings, channel-specific
  791. #    user flags, channel bans, and without affecting sharing.
  792. #
  793. # seen
  794. #    Respond to seen requests in the channel?  The seen module must be
  795. #    loaded for this to work.
  796. #
  797. # nodesynch
  798. #    Allow non-ops to perform channel modes? This can stop the bot from
  799. #    fighting with services such as ChanServ, or from kicking IRCops when
  800. #    setting channel modes without having ops.
  801. #
  802. # static
  803. #    Allow only permanent owners to remove the channel?
  804.  
  805. # To add a channel to eggdrop, please enter the bot's partyline and type
  806. # .+chan #channel. Check also .help chanset and .help chaninfo.
  807. # You can still add a channel here and it will be saved if you have a
  808. # chanfile. We recommend you to use the partyline though.
  809. #
  810. channel add #Lobby
  811.  
  812.  
  813. #### SERVER MODULE ####
  814.  
  815. # This module provides the core server support. You have to load this
  816. # if you want your bot to come on IRC. Not loading this is equivalent
  817. # to the old NO_IRC define.
  818. loadmodule server
  819.  
  820. # What is your network?
  821. #   0 = EFnet
  822. #   1 = IRCnet
  823. #   2 = Undernet
  824. #   3 = DALnet
  825. #   4 = +e/+I/max-modes 20 Hybrid
  826. #   5 = Others
  827. set net-type 5
  828.  
  829. # Set the nick the bot uses on IRC, and on the botnet unless you specify a
  830. # separate botnet-nick, here.
  831. set nick "Jerp"
  832.  
  833. # Set the alternative nick which the bot uses on IRC if the nick specified
  834. # by 'set nick' is unavailable. All '?' characters will be replaced by random
  835. # numbers.
  836. set altnick "Demon"
  837.  
  838. # Set what should be displayed in the real-name field for the bot on IRC.
  839. # This can not be blank, it has to contain something.
  840. set realname "Just Another Bot"
  841.  
  842. # This is a Tcl script to be run immediately after connecting to a server.
  843. bind evnt - init-server evnt:init_server
  844.  
  845. proc evnt:init_server {type} {
  846.   global botnick
  847.   putquick "MODE $botnick +i-ws"
  848.   putserv "privmsg nickserv : password"
  849. }
  850.  
  851. # Set the default port which should be used if none is specified with
  852. # '.jump' or in 'set servers'.
  853. set default-port 6667
  854.  
  855. # This is the bot's server list. The bot will start at the first server listed,
  856. # and cycle through them whenever it gets disconnected. You need to change these
  857. # servers to YOUR network's servers.
  858. #
  859. # The format is:
  860. #   server[:port[:password]]
  861. #
  862. # Both the port and password fields are optional; however, if you want to set a
  863. # password you must also set a port. If a port isn't specified it will default to
  864. # your default-port setting.
  865. set servers {
  866.   trinity.awcalot.com:6667
  867. }
  868.  
  869. # Number of seconds to wait between transmitting queued lines to the server.
  870. # Lower this value at your own risk.  ircd is known to start flood control
  871. # at 512 bytes/2 seconds.
  872. set msg-rate 2
  873.  
  874. # This setting makes the bot try to get his original nickname back if its
  875. # primary nickname is already in use.
  876. set keep-nick 1
  877.  
  878.  
  879. # This setting makes the bot squelch the error message when rejecting a DCC
  880. # CHAT, SEND or message command. Normally, Eggdrop notifies the user that the
  881. # command has been rejected because they don't have access. Note that sometimes
  882. # IRC server operators detect bots that way.
  883. set quiet-reject 1
  884.  
  885. # If you want your bot to answer lower case ctcp requests (non rfc-
  886. # compliant), set this setting to 1. mIRC will do this, most other
  887. # clients will not.
  888. set lowercase-ctcp 0
  889.  
  890. # Set how many ctcps should be answered at once.
  891. set answer-ctcp 3
  892.  
  893. # Set here how many msgs in how many seconds from one host constitutes
  894. # a flood. If you set this to 0:0, msg flood protection will be disabled.
  895. set flood-msg 5:60
  896.  
  897. # Set here how many ctcps in how many seconds from one host constitutes
  898. # a flood. If you set this to 0:0, ctcp flood protection will be disabled.
  899. set flood-ctcp 3:60
  900.  
  901. # This settings makes the bot cycle forever through the server list until
  902. # it successfully connects to one.
  903. set never-give-up 1
  904.  
  905. # This setting defines how long Eggdrop should wait before moving from one
  906. # server to another on disconnect. If you set 0 here, Eggdrop will not wait
  907. # at all and will connect instantly. Setting this too low could result in
  908. # your bot being K:Lined.
  909. set server-cycle-wait 60
  910.  
  911. # Set here how long Eggdrop should wait for a response when connecting to a
  912. # server before giving up and moving on to next server.
  913. set server-timeout 60
  914.  
  915. # If the number of servers on the net gets below this number, the bot
  916. # will jump to a new server (it will assume it's on the losing end of
  917. # a netsplit). Set this to 0 to turn off. If your bot is running on
  918. # any major IRC network, this should probably be turned off.
  919. set servlimit 0
  920.  
  921. # Set this to 1 if Eggdrop should check for stoned servers? (where the
  922. # server connection has died, but Eggdrop hasn't been notified yet).
  923. set check-stoned 1
  924.  
  925. # If you want your bot to exit the server if it receives an ERROR message,
  926. # set this to 1.
  927. set serverror-quit 1
  928.  
  929. # Set here the maximum number of lines to queue to the server. If you're
  930. # going to dump large chunks of text to people over IRC, you will probably
  931. # want to raise this. 300 is fine for most people though.
  932. set max-queue-msg 300
  933.  
  934. # If you want Eggdrop to trigger binds for ignored users, set this to 1.
  935. set trigger-on-ignore 0
  936.  
  937. # This setting configures PUBM and MSGM binds to be exclusive of PUB and MSG
  938. # binds. This means if a MSGM bind with the mask "*help*" exists and is
  939. # triggered, any MSG bindings with "help" in their mask will not be
  940. # triggered. Don't enable this unless you know what you are doing!
  941. set exclusive-binds 0
  942.  
  943. # Allow identical messages in the mode queue?
  944. set double-mode 1
  945.  
  946. # Allow identical messages in the server queue?
  947. set double-server 1
  948.  
  949. # Allow identical messages in the help queue?
  950. set double-help 1
  951.  
  952. # This optimizes the kick queue. It also traces nick changes and parts in
  953. # the channel and changes the kick queue accordingly. There are three
  954. # different options for this setting:
  955. #   0 = Turn it off.
  956. #   1 = Optimize the kick queue by summarizing kicks.
  957. #   2 = Trace nick changes and parts on the channel and change the queue
  958. #       accordingly. For example, bot will not try to kick users who have
  959. #       already parted the channel.
  960. # ATTENTION: Setting 2 is very CPU intensive.
  961. set optimize-kicks 1
  962.  
  963. # If your network supports more recipients per command then 1, you can
  964. # change this behavior here. Set this to the number of recipients per
  965. # command, or set this to 0 for unlimited.
  966. set stack-limit 4
  967.  
  968. ### SERVER MODULE - OTHER NETWORKS (net-type 5) ###
  969.  
  970. # This settings defines how umode +r is understood by Eggdrop. Some networks
  971. # use +r to indicate a restricted connection. If this is your case, and you
  972. # want your bot to leave restricted servers and jump to the next server on its
  973. # list, then set it to 1.
  974. #set check-mode-r 1
  975.  
  976. # This setting allows you to specify the maximum nick-length supported by your
  977. # network. The default setting is 9. The maximum supported length by Eggdrop
  978. # is 32.
  979. #set nick-len 9
  980.  
  981. #### CTCP MODULE ####
  982.  
  983. # This module provides the normal ctcp replies that you'd expect.
  984. # Without it loaded, CTCP CHAT will not work. The server module
  985. # is required for this module to function.
  986. loadmodule ctcp
  987.  
  988. # Set here how the ctcp module should answer ctcps. There are 3 possible
  989. # operating modes:
  990. #   0: Normal behavior is used.
  991. #   1: The bot ignores all ctcps, except for CHAT and PING requests
  992. #      by users with the +o flag.
  993. #   2: Normal behavior is used, however the bot will not answer more
  994. #      than X ctcps in Y seconds (defined by 'set flood-ctcp').
  995. set ctcp-mode 0
  996.  
  997. # There are also several variables to help make your bot less noticeable.
  998. # They are: ctcp-version, ctcp-finger, and ctcp-userinfo. You can use set to set
  999. # them to values you'd like.
  1000.  
  1001.  
  1002. #### IRC MODULE ####
  1003.  
  1004. # This module provides basic IRC support for your bot. You have to
  1005. # load this if you want your bot to come on IRC. The server and channels
  1006. # modules must be loaded for this module to function.
  1007. loadmodule irc
  1008.  
  1009. # Set this to 1 if you want to bounce all server bans.
  1010. set bounce-bans 0
  1011.  
  1012. # Set this to 1 if you want to bounce all server exemptions (+e modes).
  1013. # This is disabled if use-exempts is disabled.
  1014. set bounce-exempts 0
  1015.  
  1016. # Set this to 1 if you want to bounce all server invitations (+I modes).
  1017. # This is disabled if use-invites is disabled.
  1018. set bounce-invites 0
  1019.  
  1020. # Set this to 1 if you want to bounce all server modes.
  1021. set bounce-modes 0
  1022.  
  1023. # Set here the maximum number of bans you want the bot to set on a channel.
  1024. # Eggdrop will not place any more bans if this limit is reached. Undernet
  1025. # currently allows 45 bans, IRCnet allows 30, EFnet allows 100, and DALnet
  1026. # allows 100.
  1027. set max-bans 30
  1028.  
  1029. # Set here the maximum number of exempts you want Eggdrop to set on a channel.
  1030. # Eggdrop will not place any more exempts if this limit is reached.
  1031. set max-exempts 20
  1032.  
  1033. # Set here the maximum number of invites you want Eggdrop to set on a channel.
  1034. # Eggdrop will not place any more invites if this limit is reached.
  1035. set max-invites 20
  1036.  
  1037. # There is a global limit for +b/+e/+I modes. This limit should be set to
  1038. # the same value as max-bans for networks that do not support +e/+I.
  1039. set max-modes 30
  1040.  
  1041. # The following settings should be left commented unless the default values
  1042. # are being overridden. By default, exempts and invites are on for EFnet and
  1043. # IRCnet, but off for all other large networks. This behavior can be modified
  1044. # with the following 2 flags. If your network doesn't support +e/+I modes then
  1045. # you will be unable to use these features.
  1046. #
  1047. # Do you want to enable exempts (+e modes)?
  1048. #set use-exempts 0
  1049.  
  1050. # Do you want to enable invites (+I modes)?
  1051. #set use-invites 0
  1052.  
  1053. # Set this to 1 if you want the bot to kick for control character/ctcp
  1054. # avalanches to a channel. Remember that if it does, it won't ban them.
  1055. # This can start kick floods.
  1056. set kick-fun 0
  1057.  
  1058. # Set this to 1 if you want the bot to ban for control character/ctcp
  1059. # avalanches to a channel. This can prevent kick floods, but it also can
  1060. # fill the banlist.
  1061. set ban-fun 0
  1062.  
  1063. # If you want people to be able to add themselves to the bot's userlist
  1064. # with the default userflags (defined above in the config file) via the
  1065. # 'hello' msg command, set this to 1.
  1066. set learn-users 0
  1067.  
  1068. # Set here the time (in seconds) to wait for someone to return from a netsplit
  1069. # (i.e. wasop will expire afterwards). Set this to 1500 on IRCnet since its
  1070. # nick delay stops after 30 minutes.
  1071. set wait-split 600
  1072.  
  1073. # Set here the time (in seconds) that someone must have been off-channel
  1074. # before re-displaying their info line.
  1075. set wait-info 180
  1076.  
  1077. # Set this to the maximum number of bytes to send in the arguments
  1078. # of modes sent to the server. Most servers default this to 200.
  1079. set mode-buf-length 200
  1080.  
  1081. # Many IRCops find bots by seeing if they reply to 'hello' in a msg.
  1082. # You can change this to another word by un-commenting the following
  1083. # two lines and changing "myword" to the word wish to use instead of
  1084. # 'hello'. It must be a single word.
  1085. #unbind msg - hello *msg:hello
  1086. #bind msg - myword *msg:hello
  1087.  
  1088. # Many takeover attempts occur due to lame users blindly /msg ident'ing to
  1089. # the bot and attempting to guess passwords. We now unbind this command by
  1090. # default to discourage them. You can enable these commands by commenting the
  1091. # following two lines.
  1092. #unbind msg - ident *msg:ident
  1093. unbind msg - addhost *msg:addhost
  1094.  
  1095. # Some IRC servers are using some non-standard op-like channel prefixes/modes.
  1096. # Define them here so the bot can recognize them. Just "@" should be fine for
  1097. # most networks. Un-comment the second line for some UnrealIRCds.
  1098.  
  1099. set opchars "@"
  1100. #set opchars "@&~"
  1101.  
  1102. # If you are so lame you want the bot to display peoples info lines, even
  1103. # when you are too lazy to add their chanrecs to a channel, set this to 1.
  1104. # *NOTE* This means *every* user with an info line will have their info
  1105. # line displayed on EVERY channel they join (provided they have been gone
  1106. # longer than wait-info).
  1107. set no-chanrec-info 0
  1108.  
  1109. ### IRC MODULE - IRCnet SPECIFIC FEATURES (net-type 1) ###
  1110.  
  1111. # Attention: Use these settings *only* if you set 'net-type' to 1!
  1112.  
  1113. # At the moment, the current IRCnet IRCd version (2.10) doesn't support the
  1114. # mixing of b, o and v modes with e and I modes. This might be changed in the
  1115. # future, so use 1 at the moment for this setting.
  1116. set prevent-mixing 1
  1117.  
  1118. ### IRC MODULE - OTHER NETWORKS (net-type 5) ###
  1119.  
  1120. # Attention: Use these settings *only* if you set 'net-type' to 5!
  1121.  
  1122. # If your network supports more users per kick command then 1, you can
  1123. # change this behavior here. Set this to the number of users to kick at
  1124. # once, or set this to 0 for all at once.
  1125. #set kick-method 1
  1126.  
  1127. # Some networks allow you to stack lots of channel modes into one line.
  1128. # They're all guaranteed to support at least 3, so that's the default.
  1129. # If you know your network supports more, you may want to adjust this.
  1130. # This setting is limited to 6, although if you want to use a higher value,
  1131. # you can modify this by changing the value of MODES_PER_LINE_MAX in
  1132. # src/chan.h and recompiling the bot.
  1133. #set modes-per-line 3
  1134.  
  1135. # Some networks don't include the +l limit and +k or -k key modes
  1136. # in the modes-per-line (see above) limitation. Set include-lk to 0 for
  1137. # these networks.
  1138. #set include-lk 1
  1139.  
  1140. # Set this to 1 if your network uses IRCu2.10.01 specific /who requests.
  1141. # Eggdrop can, therefore, ask only for exactly what's needed.
  1142. #set use-354 0
  1143.  
  1144. # If your network doesn't use rfc 1459 compliant string matching routines,
  1145. # set this to 0.
  1146. #set rfc-compliant 1
  1147.  
  1148.  
  1149. #### TRANSFER MODULE ####
  1150.  
  1151. # The transfer module provides DCC SEND/GET support and userfile transfer
  1152. # support for userfile sharing. Un-comment the next line to load it if you
  1153. # need this functionality.
  1154. #loadmodule transfer
  1155.  
  1156. # Set here the maximum number of simultaneous downloads to allow for
  1157. # each user.
  1158. set max-dloads 3
  1159.  
  1160. # Set here the block size for dcc transfers. ircII uses 512 bytes,
  1161. # but admits that it may be too small. 1024 is standard these days.
  1162. # 0 is turbo-dcc (recommended).
  1163. set dcc-block 0
  1164.  
  1165. # Enable this setting if you want to copy files into the /tmp directory
  1166. # before sending them. This is useful on most systems for file stability,
  1167. # but if your directories are NFS mounted, it's a pain, and you'll want
  1168. # to set this to 0. If you are low on disk space, you may also want to
  1169. # set this to 0.
  1170. set copy-to-tmp 1
  1171.  
  1172. # Set here the time (in seconds) to wait before an inactive transfer times out.
  1173. set xfer-timeout 30
  1174.  
  1175.  
  1176. #### SHARE MODULE ####
  1177.  
  1178. # This module provides userfile sharing support between two directly
  1179. # linked bots. The transfer and channels modules are required for this
  1180. # module to correctly function. Un-comment the following line to load
  1181. # the share module.
  1182. #loadmodule share
  1183.  
  1184. # Settings in this section must be un-commented before setting.
  1185.  
  1186. # When two bots get disconnected, this setting allows them to create a
  1187. # resync buffer which saves all changes done to the userfile during
  1188. # the disconnect. When they reconnect, they will not have to transfer
  1189. # the complete user file, but, instead, just send the resync buffer.
  1190. #
  1191. # NOTE: This has been known to cause loss of channel flags and other
  1192. # problems. Using this setting is not recommended.
  1193. #set allow-resync 0
  1194.  
  1195. # This setting specifies how long to hold another bots resync data
  1196. # before flushing it.
  1197. #set resync-time 900
  1198.  
  1199. # When sharing user lists, DON'T ACCEPT global flag changes from other bots?
  1200. # NOTE: The bot will still send changes made on the bot, it just won't accept
  1201. # any global flag changes from other bots. This overrides the private-globals
  1202. # setting (below).
  1203. #set private-global 0
  1204.  
  1205. # When sharing user lists, if private-global isn't set, which global flag
  1206. # changes from other bots should be ignored?
  1207. #set private-globals "mnot"
  1208.  
  1209. # When sharing user lists, don't accept ANY userfile changes from other
  1210. # bots? Paranoid people should use this feature on their hub bot. This
  1211. # will force all userlist changes to be made via the hub.
  1212. #set private-user 0
  1213.  
  1214. # This setting makes the bot discard its own bot records in favor of
  1215. # the ones sent by the hub.
  1216. # NOTE: No passwords or botflags are shared, only ports and
  1217. # address are added to sharing procedure. This only works with hubs that
  1218. # are v1.5.1 or higher.
  1219. #set override-bots 0
  1220.  
  1221.  
  1222. #### COMPRESS MODULE ####
  1223.  
  1224. # This module provides provides support for file compression. This allows the
  1225. # bot to transfer compressed user files and therefore save a significant amount
  1226. # of bandwidth. The share module must be loaded to load this module. Un-comment
  1227. # the following line to the compress module.
  1228. #loadmodule compress
  1229.  
  1230. # Allow compressed sending of user files? The user files are compressed with
  1231. # the compression level defined in `compress-level'.
  1232. set share-compressed 1
  1233.  
  1234. # This is the default compression level used. These levels are the same as
  1235. # those used by GNU gzip.
  1236. #set compress-level 9
  1237.  
  1238.  
  1239. #### FILESYSTEM MODULE ####
  1240.  
  1241. # This module provides an area within the bot where users can store and
  1242. # manage files. With this module, the bot is usable as a file server. The
  1243. # transfer module is required for this module to function. Un-comment
  1244. # the following line to load the filesys module.
  1245. #loadmodule filesys
  1246.  
  1247. # Set here the 'root' directory for the file system.
  1248. set files-path "/home/mydir/filesys"
  1249.  
  1250. # If you want to allow uploads, set this to the directory uploads
  1251. # should be put into. Set this to "" if you don't want people to
  1252. # upload files to your bot.
  1253. set incoming-path "/home/mydir/filesys/incoming"
  1254.  
  1255. # If you don't want to have a central incoming directory, but instead
  1256. # want uploads to go to the current directory that a user is in, set
  1257. # this setting to 1.
  1258. set upload-to-pwd 0
  1259.  
  1260. # Eggdrop creates a '.filedb' file in each subdirectory of your file area
  1261. # to keep track of its own file system information. If you can't do that (for
  1262. # example, if the dcc path isn't owned by you, or you just don't want it to do
  1263. # that) specify a path here where you'd like all of the database files to be
  1264. # stored instead.
  1265. set filedb-path ""
  1266.  
  1267. # Set here the maximum number of people that can be in the file area at once.
  1268. # Setting this to 0 makes it effectively infinite.
  1269. set max-file-users 20
  1270.  
  1271. # Set here the maximum allowable file size that will be received (in KB).
  1272. # Setting this to 0 makes it effectively infinite.
  1273. set max-filesize 1024
  1274.  
  1275.  
  1276. #### NOTES MODULE ####
  1277.  
  1278. # This module provides support for storing of notes for users from each other.
  1279. # Note sending between currently online users is supported in the core, this is
  1280. # only for storing the notes for later retrieval.
  1281. loadmodule notes
  1282.  
  1283. # Set here the filename where private notes between users are stored.
  1284. set notefile "LamestBot.notes"
  1285.  
  1286. # Set here the maximum number of notes to allow to be stored for each user
  1287. # (to prevent flooding).
  1288. set max-notes 50
  1289.  
  1290. # Set here how long (in days) to store notes before expiring them.
  1291. set note-life 60
  1292.  
  1293. # Set this to 1 if you want to allow users to specify a forwarding address
  1294. # for forwarding notes to another account on another bot.
  1295. set allow-fwd 0
  1296.  
  1297. # Set this to 1 if you want the bot to let people know hourly if they have
  1298. # any notes.
  1299. set notify-users 0
  1300.  
  1301. # Set this to 1 if you want the bot to let people know on join if they have
  1302. # any notes.
  1303. set notify-onjoin 1
  1304.  
  1305. # Comment out this next line. Otherwise, your bot won't start.
  1306. #die "You didn't edit your config file completely like you were told, did you?"
  1307.  
  1308.  
  1309. #### CONSOLE MODULE ####
  1310.  
  1311. # This module provides storage of console settings when you exit the
  1312. # bot or type .store on the partyline.
  1313. loadmodule console
  1314.  
  1315. # Save users console settings automatically? Otherwise, they have
  1316. # to use the .store command.
  1317. set console-autosave 1
  1318.  
  1319. # If a user doesn't have any console settings saved, which channel
  1320. # do you want them automatically put on?
  1321. set force-channel 0
  1322.  
  1323. # Enable this setting if a user's global info line should be displayed
  1324. # when they join a botnet channel.
  1325. set info-party 0
  1326.  
  1327.  
  1328. #### WOOBIE MODULE ####
  1329.  
  1330. # This is for demonstrative purposes only. If you are looking for starting
  1331. # point in writing modules, woobie is the right thing.
  1332. #loadmodule woobie
  1333.  
  1334.  
  1335. #### SEEN MODULE ####
  1336.  
  1337. # This module provides very basic seen commands via msg, on channel or via dcc.
  1338. # This module works only for users in the bot's userlist. If you are looking for
  1339. # a better and more advanced seen module, try the gseen module by G'Quann. You
  1340. # can find it at http://www.kreativrauschen.com/gseen.mod/.
  1341. #loadmodule seen
  1342.  
  1343.  
  1344. #### ASSOC MODULE ####
  1345.  
  1346. # This module provides assoc support, i.e. naming channels on the botnet.
  1347. # You can load it by un-commenting the following line.
  1348. #loadmodule assoc
  1349.  
  1350.  
  1351. #### WIRE MODULE ####
  1352.  
  1353. # This module provides all the standard .wire commands via dcc. It is an
  1354. # encrypted partyline communication tool, compatible with wire.tcl. An
  1355. # encryption module must be loaded to use this module. Un-comment the
  1356. # following line to load the wire module.
  1357. #loadmodule wire
  1358.  
  1359. #### UPTIME MODULE ####
  1360.  
  1361. # This module reports uptime statistics to http://uptime.eggheads.org.
  1362. # Go look and see what your uptime is! It takes about 9 hours to show up,
  1363. # so if your bot isn't listed, try again later. The server module must be
  1364. # loaded for this module to function.
  1365. #
  1366. # Information sent to the server includes the bot's uptime, botnet-nick,
  1367. # server, version, and IP address. This information is stored in a temporary
  1368. # logfile for debugging purposes only. The only publicly available information
  1369. # will be the bot's botnet-nick, version and uptime. If you do not wish for this
  1370. # information to be sent, comment out the following line.
  1371. loadmodule uptime
  1372.  
  1373. ##### SCRIPTS #####
  1374.  
  1375. # This is a good place to load scripts to use with your bot.
  1376.  
  1377. # This line loads script.tcl from the scripts directory inside your Eggdrop's
  1378. # directory. All scripts should be put there, although you can place them where
  1379. # you like as long as you can supply a fully qualified path to them.
  1380. #
  1381. # source scripts/script.tcl
  1382.  
  1383. source scripts/alltools.tcl
  1384. source scripts/action.fix.tcl
  1385. source scripts/fml.tcl
  1386. source scripts/nickserv.tcl
  1387. source scripts/opcmds.tcl
  1388. source scripts/uptime.tcl
  1389. source scripts/weather426.tcl
  1390.  
  1391. # This script enhances Eggdrop's built-in dcc '.whois' command to allow all
  1392. # users to '.whois' their own handle.
  1393. source scripts/dccwhois.tcl
  1394.  
  1395. # This script provides many useful informational functions, like setting
  1396. # users' URLs, e-mail address, ICQ numbers, etc. You can modify it to add
  1397. # extra entries.
  1398. source scripts/userinfo.tcl
  1399. loadhelp userinfo.help
  1400.  
  1401. # Use this script for Tcl and Eggdrop backwards compatibility.
  1402. # NOTE: This can also cause problems with some newer scripts.
  1403. source scripts/compat.tcl
  1404.  
  1405. # A few IRC networks (EFnet and Undernet) have added some simple checks to
  1406. # prevent drones from connecting to the IRC network. While these checks are
  1407. # fairly trivial, they will prevent your Eggdrop from automatically
  1408. # connecting. In an effort to work-around these, we have developed a couple of
  1409. # TCL scripts to automate the process.
  1410.  
  1411. if {[info exists net-type]} {
  1412.   switch -- ${net-type} {
  1413.     "0" {
  1414.       # EFnet
  1415.       source scripts/quotepong.tcl
  1416.     }
  1417.     "2" {
  1418.       # Undernet
  1419.       source scripts/quotepass.tcl
  1420.     }
  1421.   }
  1422. }
Advertisement
Add Comment
Please, Sign In to add comment