I have just installed eggdrop on my server and it dossent work
error:
[thomas@host ircbot]$ ./eggdrop -m eggdrop.lena.conf
Eggdrop v1.6.8 (C) 1997 Robey Pointer (C) 2002 Eggheads
[15:44] --- Loading eggdrop v1.6.8 (Sat Jan 26 2002)
[15:44] Module loaded: dns
[15:44] Module loaded: channels
[15:44] Module loaded: server
[15:44] Module loaded: ctcp
[15:44] Module loaded: irc
[15:44] Module loaded: notes (with lang support)
[15:44] Module loaded: console (with lang support)
[15:44] Module loaded: blowfish
[15:44] Listening at telnet port 3333 (all)
[15:44] Module loaded: uptime
[15:44] * you didn't edit your config file! that's a NO NO
What is this??
the conf:
#! /home/thomas/ircbot
# ^- Set that to the directory eggdrop is in, i.e. "#! /home/lamest/egg/eggdrop"
#
# $Id: eggdrop.simple.conf,v 1.17 2001/12/30 18:38:22 guppy Exp $
#
# This is a sample configuration file for your bot. You will definitely
# want to edit this to set up your bot. Right now, it creates a bot called
# "LamestBot" which sits on the channel #lamest.
#
# More options can be found in files in doc/settings/.
#
# IMPORTANT: Remember to make install and cd to the directory it created
# (~/eggdrop by default) before you continue. Running the bot from
# eggdrop1.6.x/ will not work.
#
# PLEASE EDIT THIS FILE COMPLETELY! YOUR BOT WILL NOT FUNCTION PROPERLY IF
# YOU DO NOT CONFIGURE IT CORRECTLY! WE CAN NOT STRESS THIS ENOUGH!
#
# More options can be found in the files in doc/settings/.
# Don't edit the following 12 lines.
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
loadmodule blowfish
# Start configuring here!
##### Settings:
# Set the nick the bot uses on IRC, and on the botnet
# unless you specify a separate botnet-nick, here.
set nick "^Lena^"
# 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 "^Mia^?"
# Set here what should be displayed in the real-name field for the bot on IRC.
set realname "/msg ^Lena^ hello"
# This is the bot's server list. The bot will start at the first server listed,
# and cycle through them whenever it gets disconnected. You need to change these
# servers to YOUR network's servers.
#
# The format is:
# server[:port[:password]]
#
# Both the port and password fields are optional; however, if you want to set a
# password you must also set a port. If a port isn't specified it will default to
# your default-port setting.
set servers {
copenhagen.dk.quakenet.eu.org:6667
irc.se.quakenet.eu.org:6667
}
# This adds the channel #lamest to the bot's channel list. You should change
# this to a channel you would like the bot to join.
channel add #2650 {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
}
channel add #clan-seti {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
}
channel set #2650 +enforcebans +dynamicbans +userbans
channel set #2650 +dynamicexempts +userexempts +dynamicinvites +userinvites
channel set #2650 -autoop -bitch +protectops +protectfriends +dontkickops
channel set #2650 +greet +statuslog
channel set #2650 +revenge +autovoice
channel set #2650 -secret -shared +cycle
channel set #2650 -inactive -seen +nodesynch
channel set #clan-seti +enforcebans +dynamicbans +userbans
channel set #clan-seti +dynamicexempts +userexempts +dynamicinvites +userinvites
channel set #clan-seti -autoop -bitch +protectops +protectfriends +dontkickops
channel set #clan-seti +greet +statuslog
channel set #clan-seti +revenge +autovoice
channel set #clan-seti -secret -shared +cycle
channel set #clan-seti -inactive -seen +nodesynch
# [0/1/2/3/4/5] What is your network?
# 0 = EFnet (non +e/+I hybrid)
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = EFnet +e/+I hybrid
# 5 = Others
set net-type 0
# Set here the port where the eggdrop should listen for telnet connections.
listen 3333 all
# Un-comment the next line and set the list of owners of the bot.
# You NEED to change this setting.
set owner "noem, nomi"
##### Files & Directories:
# The following two lines define where to store the bots user and
# channel files.
set userfile "LamestBot.user"
set chanfile "LamestBot.chan"
g
channel set #clan-seti +revenge +autovoice
channel set #clan-seti -secret -shared +cycle
channel set #clan-seti -inactive -seen +nodesynch
fo from any channel.
logfile msbxco * "logs/eggdrop.log"
# This creates a logfile of joins, parts, netsplits, kicks, bans,
# mode changes, and public chat on the channel #lamest.
logfile jpk #lamest "logs/lamest.log"
# Set the default console flags here.
set console "mkcobxs"
##### Uptime module:
# This module reports uptime statistics to http://uptime.eggheads.org.
# Go look and see what your uptime is! It takes about 9 hours to show up,
# so if your bot isn't listed, try again later.
#
# Information sent to the server includes the bot's uptime, botnet-nick,
# server, version, and IP address. This information is stored in a temporary
# logfile for debugging purposes only. The only publicly available information
# will be the bot's botnet-nick, version and uptime. If you do not wish for this
# information to be sent, comment out the following line.
loadmodule uptime
# You have to remove this line to make your bot start.
die "you didn't edit your config file! that's a NO NO"
set learn-users 1
##### SCRIPTS #####
# This is a good place to load scripts to use with your bot.
# This line loads script.tcl from the scripts directory inside your eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help
# [0/1/2/3/4/5] What is your network?
# 0 = EFnet (non +e/+I hybrid)
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = EFnet +e/+I hybrid
# 5 = Others
set net-type 0
# Set here the port where the eggdrop should listen for telnet connections.
listen 3333 all
# Un-comment the next line and set the list of owners of the bot.
# You NEED to change this setting.
set owner "noem, nomi"
##### Files & Directories:
# The following two lines define where to store the bots user and
# channel files.
set userfile "LamestBot.user"
set chanfile "LamestBot.chan"
# This defines where the bot should store temp files.
set temp-path "/tmp"
# This creates a logfile named eggdrop.log containing private msgs/ctcps,
# commands, errors, and misc. info from any channel.
logfile msbxco * "logs/eggdrop.log"
# This creates a logfile of joins, parts, netsplits, kicks, bans,
# mode changes, and public chat on the channel #lamest.
logfile jpk #lamest "logs/lamest.log"
# Set the default console flags here.
set console "mkcobxs"
##### Uptime module:
# This module reports uptime statistics to http://uptime.eggheads.org.
# Go look and see what your uptime is! It takes about 9 hours to show up,
# so if your bot isn't listed, try again later.
#
# Information sent to the server includes the bot's uptime, botnet-nick,
# server, version, and IP address. This information is stored in a temporary
# logfile for debugging purposes only. The only publicly available information
# will be the bot's botnet-nick, version and uptime. If you do not wish for this
# information to be sent, comment out the following line.
loadmodule uptime
# You have to remove this line to make your bot start.
die "you didn't edit your config file! that's a NO NO"
set learn-users 1
##### SCRIPTS #####
# This is a good place to load scripts to use with your bot.
# This line loads script.tcl from the scripts directory inside your eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.helpg
channel set #clan-seti +revenge +autovoice
channel set #clan-seti -secret -shared +cycle
channel set #clan-seti -inactive -seen +nodesynch
# [0/1/2/3/4/5] What is your network?
# 0 = EFnet (non +e/+I hybrid)
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = EFnet +e/+I hybrid
# 5 = Others
set net-type 0
# Set here the port where the eggdrop should listen for telnet connections.
listen 3333 all
# Un-comment the next line and set the list of owners of the bot.
# You NEED to change this setting.
set owner "noem, nomi"
##### Files & Directories:
# The following two lines define where to store the bots user and
# channel files.
set userfile "LamestBot.user"
set chanfile "LamestBot.chan"
# This defines where the bot should store temp files.
set temp-path "/tmp"
# This creates a logfile named eggdrop.log containing private msgs/ctcps,
# commands, errors, and misc. info from any channel.
logfile msbxco * "logs/eggdrop.log"
# This creates a logfile of joins, parts, netsplits, kicks, bans,
# mode changes, and public chat on the channel #lamest.
logfile jpk #lamest "logs/lamest.log"
# Set the default console flags here.
set console "mkcobxs"
##### Uptime module:
# This module reports uptime statistics to http://uptime.eggheads.org.
# Go look and see what your uptime is! It takes about 9 hours to show up,
# so if your bot isn't listed, try again later.
#
# Information sent to the server includes the bot's uptime, botnet-nick,
# server, version, and IP address. This information is stored in a temporary
# logfile for debugging purposes only. The only publicly available information
# will be the bot's botnet-nick, version and uptime. If you do not wish for this
# information to be sent, comment out the following line.
loadmodule uptime
# You have to remove this line to make your bot start.
die "you didn't edit your config file! that's a NO NO"
set learn-users 1
##### SCRIPTS #####
# This is a good place to load scripts to use with your bot.
# This line loads script.tcl from the scripts directory inside your eggdrop's
# directory. All scripts shoulg
channel set #clan-seti +revenge +autovoice
channel set #clan-seti -secret -shared +cycle
channel set #clan-seti -inactive -seen +nodesynch
# [0/1/2/3/4/5] What is your network?
# 0 = EFnet (non +e/+I hybrid)
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = EFnet +e/+I hybrid
# 5 = Others
set net-type 0
# Set here the port where the eggdrop should listen for telnet connections.
listen 3333 all
# Un-comment the next line and set the list of owners of the bot.
# You NEED to change this setting.
set owner "noem, nomi"
##### Files & Directories:
# The following two lines define where to store the bots user and
# channel files.
set userfile "LamestBot.user"
set chanfile "LamestBot.chan"
# This defines where the bot should store temp files.
set temp-path "/tmp"
# This creates a logfile named eggdrop.log containing private msgs/ctcps,
# commands, errors, and misc. info from any channel.
logfile msbxco * "logs/eggdrop.log"
# This creates a logfile of joins, parts, netsplits, kicks, bans,
# mode changes, and public chat on the channel #lamest.
logfile jpk #lamest "logs/lamest.log"
# Set the default console flags here.
set console "mkcobxs"
##### Uptime module:
# This module reports uptime statistics to http://uptime.eggheads.org.
# Go look and see what your uptime is! It takes about 9 hours to show up,
# so if your bot isn't listed, try again later.
#
# Information sent to the server includes the bot's uptime, botnet-nick,
# server, version, and IP address. This information is stored in a temporary
# logfile for debugging purposes only. The only publicly available information
# will be the bot's botnet-nick, version and uptime. If you do not wish for this
# information to be sent, comment out the following line.
loadmodule uptime
# You have to remove this line to make your bot start.
die "you didn't edit your config file! that's a NO NO"
set learn-users 1
##### SCRIPTS #####
# This is a good place to load scripts to use with your bot.
# This line loads script.tcl from the scripts directory inside your eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help
d be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help
# This defines where the bot should store temp files.
set temp-path "/tmp"
# This creates a logfile named eggdrop.log containing private msgs/ctcps,
# commands, errors, and misc. info from any channel.
logfile msbxco * "logs/eggdrop.log"
# This creates a logfile of joins, parts, netsplits, kicks, bans,
# mode changes, and public chat on the channel #lamest.
logfile jpk #lamest "logs/lamest.log"
# Set the default console flags here.
set console "mkcobxs"
##### Uptime module:
# This module reports uptime statistics to http://uptime.eggheads.org.
# Go look and see what your uptime is! It takes about 9 hours to show up,
# so if your bot isn't listed, try again later.
#
# Information sent to the server includes the bot's uptime, botnet-nick,
# server, version, and IP address. This information is stored in a temporary
# logfile for debugging purposes only. The only publicly available information
# will be the bot's botnet-nick, version and uptime. If you do not wish for this
# information to be sent, comment out the following line.
loadmodule uptime
# You have to remove this line to make your bot start.
die "you didn't edit your config file! that's a NO NO"
set learn-users 1
##### SCRIPTS #####
# This is a good place to load scripts to use with your bot.
# This line loads script.tcl from the scripts directory inside your eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help