--- eggdrop.conf 2006-08-01 21:14:04.429966250 +0000 +++ eggdrop.conf 2006-08-01 21:15:02.541598000 +0000 @@ -1,4 +1,4 @@ -#! /path/to/executable/eggdrop +#!/opt/eggdrop/eggdrop # ^- This should contain a fully qualified path to your Eggdrop executable. # # $Id: eggdrop.conf,v 1.47 2005-08-29 03:51:36 wcc Exp $ @@ -23,7 +23,7 @@ # This setting defines the username the bot uses on IRC. This setting has # no effect if an ident daemon is running on your bot's machine. -set username "lamest" +set username "eggdrop" # This setting defines which contact person should be shown in .status, # /msg help, and other places. You really should include this information. @@ -173,11 +173,11 @@ ##### FILES AND DIRECTORIES ##### # Specify here the filename your userfile should be saved as. -set userfile "LamestBot.user" +set userfile "var/eggdrop.users" # Specify here the filename Eggdrop will save its pid to. If no pidfile is # specified, pid.(botnet-nick) will be used. -#set pidfile "pid.LamestBot" +set pidfile "var/eggdrop.pid" # If you want your userfile to be sorted upon saving, enable this setting. # This causes the bot to use bit more CPU when saving the usefile. @@ -226,7 +226,7 @@ # If you want to use a different nickname on the botnet than you use on # IRC (i.e. if you're on an un-trusted botnet), un-comment the next line # and set it to the nick you would like to use. -#set botnet-nick "LlamaBot" +set botnet-nick "eggdrop" # This opens a telnet port by which you and other bots can interact with the # Eggdrop by telneting in. @@ -406,7 +406,7 @@ # wrong channels, or generally do things that you do not want. Please make # sure that you have double-checked every setting. There's also a similar line # lower down, just to make sure you're reading :) -die "Please make sure you edit your config file completely." +#die "Please make sure you edit your config file completely." ##### MODULES ##### @@ -438,7 +438,7 @@ loadmodule channels # Enter here the filename where dynamic channel settings are stored. -set chanfile "LamestBot.chan" +set chanfile "var/eggdrop.chan" # Set this setting to 1 if you want your bot to expire bans/exempts/invites set # by other opped bots on the channel. @@ -776,16 +776,16 @@ # Set the nick the bot uses on IRC, and on the botnet unless you specify a # separate botnet-nick, here. -set nick "Lamestbot" +set nick "eggdrop" # Set the alternative nick which the bot uses on IRC if the nick specified # by 'set nick' is unavailable. All '?' characters will be replaced by random # numbers. -set altnick "Llamab?t" +set altnick "birddrop" # Set what should be displayed in the real-name field for the bot on IRC. # This can not be blank, it has to contain something. -set realname "/msg LamestBot hello" +set realname "/msg eggdrop hello" # This is a Tcl script to be run immediately after connecting to a server. bind evnt - init-server evnt:init_server @@ -1227,7 +1227,7 @@ loadmodule notes # Set here the filename where private notes between users are stored. -set notefile "LamestBot.notes" +set notefile "var/eggdrop.notes" # Set here the maximum number of notes to allow to be stored for each user # (to prevent flooding). @@ -1249,7 +1249,7 @@ set notify-onjoin 1 # Comment out this next line. Otherwise, your bot won't start. -die "You didn't edit your config file completely like you were told, did you?" +#die "You didn't edit your config file completely like you were told, did you?" #### CONSOLE MODULE ####