This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

my bot is not connecting to irc

General support and discussion of Eggdrop bots.
Post Reply
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

my bot is not connecting to irc

Post by sharpie1664 »

hi all i am having a bit of trouble getting my bot into irc but its not connecting to irc i have gone over the config file over and over but cant seem to find whats wrong this is what i get in putty when i start it yup

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[10:02] --- Loading eggdrop v1.6.18 (Sun Aug 5 2007)
[10:02] Can't load modules dns: /home/irc/eggdrop/modules/dns.so: cannot open shared object file: No such file or directory
[10:02] Module loaded: channels
[10:02] Tcl error in file 'eggdrop.conf':
[10:02] invalid command name "flood-chan"
while executing
"flood-chan 10:60"
(file "eggdrop.conf" line 594)
[10:02] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)




does anyone know of a fix for this thank you
Last edited by sharpie1664 on Sun Aug 05, 2007 5:04 am, edited 1 time in total.
B
Branden
Halfop
Posts: 61
Joined: Sat Aug 04, 2007 8:36 pm

Post by Branden »

Can you post the area around lines 594 please.

Or the whole conf file. :)
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

#
flood-chan 10:60
# Set here how many channel messages in how many seconds from one
# host constitutes a flood. Setting this to 0 or 0:0 disables
# flood protection for the channel.
#
Last edited by sharpie1664 on Sun Aug 05, 2007 5:21 am, edited 1 time in total.
B
Branden
Halfop
Posts: 61
Joined: Sat Aug 04, 2007 8:36 pm

Post by Branden »

Ok, well, to start off. Configure the file. Read and edit the file from top to bottom, then post in here. ;)
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

i have config it i have been working on this for days now :( but anyhow my config is above
B
Branden
Halfop
Posts: 61
Joined: Sat Aug 04, 2007 8:36 pm

Post by Branden »

sharpie1664 wrote: .......................
# You need to un-comment this line and change the port number in order to open
# the listen port. You should not keep this set to 3333.
#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 "MrLame, MrsLame"

.........................................................

# 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?"

.........................................................


Those are a few errors I spotted right off the bat.


Please READ the config file IN ITS ENTIRETY!
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

i cant find any of these fies where do i go to get them


Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[10:52] --- Loading eggdrop v1.6.18 (Sun Aug 5 2007)
[10:52] Listening at telnet port 6668 (all).
[10:52] Can't load modules dns: /home/irc/eggdrop/modules/dns.so: cannot open shared object file: No such file or directory
[10:52] Module loaded: channels
[10:52] Can't load modules server: /home/irc/eggdrop/modules/server.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules ctcp: /home/irc/eggdrop/modules/ctcp.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules irc: /home/irc/eggdrop/modules/irc.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules transfer: /home/irc/eggdrop/modules/transfer.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules share: /home/irc/eggdrop/modules/share.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules notes: /home/irc/eggdrop/modules/notes.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules console: /home/irc/eggdrop/modules/console.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules seen: /home/irc/eggdrop/modules/seen.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules wire: /home/irc/eggdrop/modules/wire.so: cannot open shared object file: No such file or directory
[10:52] Can't load modules uptime: /home/irc/eggdrop/modules/uptime.so: cannot open shared object file: No such file or directory



STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
This will make the bot recognize you as the master.

You have installed modules but have not selected an encryption
module, please consult the default config file for info.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

It would seem you failed to read the installation instructions properly. You've forgotten to run 'make install' after 'make eggdrop' and 'make modules'
NML_375
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

[irc@******* eggdrop]$ make modules
make[1]: Entering directory `/home/irc/eggdrop/src/mod'
make[2]: Entering directory `/home/irc/eggdrop/src/mod/assoc.mod'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/home/irc/eggdrop/src/mod/assoc.mod'
make[2]: Entering directory `/home/irc/eggdrop/src/mod/blowfish.mod'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/home/irc/eggdrop/src/mod/blowfish.mod'
make[2]: Entering directory `/home/irc/eggdrop/src/mod/channels.mod'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/home/irc/eggdrop/src/mod/channels.mod'
cp: cannot stat `./compress.mod/Makefile': No such file or directory
make[2]: Entering directory `/home/irc/eggdrop/src/mod/compress.mod'
make[2]: *** No rule to make target `modules'. Stop.
make[2]: Leaving directory `/home/irc/eggdrop/src/mod/compress.mod'
make[1]: *** [compress.mod_so] Error 2
make[1]: Leaving directory `/home/irc/eggdrop/src/mod'
make: *** [modules] Error 2
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

It would seem you forgot to run 'make config' prior to compiling your eggdrop.
NML_375
Post Reply