eggdrop configuration
Eggdrop Configuration




#!/home/yourname/netdir/BotsName/eggdrop
# ^- set that to the directory eggdrop is in ie "#!/users/lamest/egg/eggdrop"
set username "BotsName"set admin "yournamehere "
set network "Network-you-are-on"set timezone "EST"
set my-hostname "shells-servername"set my-ip "ip-address"set max-logs 5
# Edit this onelogfile mkco * "BotsName.log"
# change the above BotsName.log to your bots name.logset keep-all-logs 0
set switch-logfiles-at 300set console "mkcobxs"# Edit this one
set userfile "BotsName.user"# change BotsName.user to your bots name.user
set help-path "help/"set temp-path "/tmp"set motd "motd"
# Edit this one (different port for each bot)listen 64010 all
# this number is the port number your bot needs check
# with your server admin for a range of available number's
# Most of the settings below are fine, no need for you to change them
set protect-telnet 0set ident-timeout 30set require-p 0set open-telnets 0
set connect-timeout 15set dcc-flood-thr 3set telnet-flood 5:60set ignore-time 15
set debug-output 0set hourly-updates 00set notify-newusers "HQ"
set owner "YourName"# change the YourName to your nameset default-flags "hpx"
set whois-fields "url birthday"set remote-boots 2set share-unlinks 1
set die-on-sighup 0set die-on-sigterm 0unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:setunbind dcc n simul *dcc:simulset max-dcc 50
set enable-simul 1set allow-dk-cmds 1
############## MODULES #################
set mod-path "modules/"loadmodule channels# Edit this one
set chanfile "BotsName.chan"
# edit the channel add and replace with channel name your bot will# be going to.
set ban-time 120set share-greet 0set use-info 1channel add #Yourchannel {
chanmode "+nt-likm" idle-kick 0 need-op { } need-invite { } need-key { }
need-unban { } need-limit { } flood-chan 40:60 flood-deop 3:10
flood-kick 3:10 flood-join 5:60 flood-ctcp 3:60}
channel set #Yourchannel +seen -clearbans -enforcebans +dynamicbans +userbans -autoop -bitch +greet -protectops +statuslog -stopnethack -revenge +autovoice -secret -shared -cycle
loadmodule server# change the above channel to your channel
# Edit this one - the bot's nickset nick "BotsName"
# Edit this one - the bot's alternative nickset altnick "BotsName*"
set realname "BotsName - #ChannelName - Admin: YourName"
set init-server { putserv "MODE $botnick +iw-s" }
# you'll need to check for servers that allow bots and place# them below
set servers { webmaster.ca.us.austnet.org ozemail.nsw.au.austnet.org
} set keep-nick 1set strict-host 0set quiet-reject 0set lowercase-ctcp 0
set answer-ctcp 3set flood-msg 5:60set flood-ctcp 3:60set never-give-up 1
set strict-servernames 0set default-port 6667set server-cycle-wait 60
set server-timeout 15set servlimit 0set check-stoned 1set use-console-r 0
set serverror-quit 1set max-queue-msg 300set trigger-on-ignore 0
set use-silence 0set handle-mode_r 1loadmodule ctcploadmodule irc
set bounce-bans 0set kick-method 1set learn-users 0set wait-split 300
set wait-info 180set modes-per-line 3set mode-buf-length 200set use-354 0
loadmodule transferset max-dloads 3set dcc-block 0set copy-to-tmp 1
set xfer-timeout 300loadmodule filesysloadmodule seen
# Edit these ones to the filesys dir
set files-path "/home/yourname/netdir/BotsName/eggdrop/filesys"
set incoming-path "/home/yourname/netdir/BotsName/eggdrop/filesys/incoming"
set upload-to-pwd 0set filedb-path ""set max-file-users 20set max-filesize 1024
loadmodule notes# Edit this oneset notefile "BotsName.notes"set max-notes 50
set note-life 60set allow-fwd 0set notify-users 0loadmodule console
set console-autosave 1set force-channel 0set info-party 1checkmodule blowfish
loadmodule assoc# here is where you will add any tcl files you'll want loaded
source scripts/alltools.tclsource scripts/action.fix.tcl



Back