#! /path/to/executable/eggdrop # ^- set that to the directory eggdrop is in ie "#! /home/lamest/egg/eggdrop" # # PLEASE EDIT THIS FILE COMPLETELY! YOUR BOT WILL NOT FUNCTION PROPERLY IF # YOU DO NOT CONFIGURE IT CORRECTLY! WE CAN NOT STRESS THIS ENOUGH! # don't edit those 9 lines now!! set mod-path "modules/" set help-path "help/" set text-path "text/" loadmodule dns loadmodule channels loadmodule server loadmodule ctcp loadmodule irc loadmodule notes loadmodule console checkmodule blowfish # start configuring here! ##### variables: set nick "NailBot" set altnick "NailBot?" set realname "/msg NailBot hello" set ctcp-version "ircII 2.6 SunOS 4.1.3" set ctcp-finger "" set ctcp-userinfo "Not Your Business" set learn-users 1 unbind msg - hello *hello bind msg - hello *hello set servers { lublin.irc.pl krakow.irc.pl poznan.irc.pl warszawa.irc.pl } set never-give-up 1 set server-timeout 55 set servlimit 0 set keep-nick 1 channel add #ssonline { chanmode "+nt-likm" idle-kick 0 stopnethack-mode 0 } channel set #ssonline +enforcebans +dynamicbans +userbans channel set #ssonline +dynamicexempts +userexempts +dynamicinvites +userinvites channel set #ssonline -autoop -bitch +protectops +protectfriends +dontkickops channel set #ssonline +greet +statuslog channel set #ssonline +revenge +autovoice channel set #ssonline -secret -shared +cycle channel set #ssonline -inactive -seen +nodesynch set net-type 1 # set here your network # 0 = Efnet (non +e/+I hybrid), 1 = IRCnet, 2 = Undernet, 3 = Dalnet, # 4 = Efnet +e/+I hybrid, 5 = Others # various stuff... listen 3333 all # set here the port where eggdrop should listen von telnet connections set owner "NAIL" # set here the list of owners of the bot # files & directories set userfile "nail.user" set chanfile "nail.chan" set temp-path "/tmp" logfile msbxco * "logs/eggdrop.log" logfile jpk #ssonline "logs/ssonline.log" # default console flags set console "mkcobxs" ##### SCRIPTS ##### # these are some commonly loaded (and needed) scripts. source scripts/alltools.tcl source scripts/action.fix.tcl source scripts/compat.tcl source scripts/userinfo.tcl loadhelp userinfo.help bind filt - "///*" no_ntalk proc no_ntalk {idx text} { putdcc $idx "(ntalk is no longer supported, sorry)" return 1 }