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.
General support and discussion of Eggdrop bots.
marcel01
Voice
Posts: 3 Joined: Fri Sep 03, 2010 8:05 am
Post
by marcel01 » Fri Sep 03, 2010 8:13 am
Hello, i guess this question has been asked several times, but I couldnt find an answer. After compiling the eggdrop using make and make install, i tried to run it. Then, I got the following error:
Code: Select all
Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[14:09] --- Loading eggdrop v1.6.19+ctcpfix (Fri Sep 3 2010)
[14:09] Listening at telnet port 49188 (all).
[14:09] Can't load modules channels: Cannot open "/homex2/marcel01/eggdrop1.6.19/modules/channels.so"
[14:09] Tcl error in file 'eggdrop.conf':
[14:09] invalid command name "channel"
while executing
"channel add #marcel01 {
chanmode "+tn"
idle-kick 0
flood-chan 5:4
flood-join 5:10
flood-ctcp 3:60
flood-deop 0:0
flood-kic..."
(file "eggdrop.conf" line 106)
[14:09] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
The config file was generated by an eggdrop website. What am I doing wrong? Thanks for reading and hopefully answering
willyw
Revered One
Posts: 1203 Joined: Thu Jan 15, 2009 12:55 am
Post
by willyw » Fri Sep 03, 2010 9:14 am
marcel01 wrote: Hello, i guess this question has been asked several times, but I couldnt find an answer. After compiling the eggdrop using make and make install, i tried to run it. Then, I got the following error:
Code: Select all
Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[14:09] --- Loading eggdrop v1.6.19+ctcpfix (Fri Sep 3 2010)
[14:09] Listening at telnet port 49188 (all).
[14:09] Can't load modules channels: Cannot open "/homex2/marcel01/eggdrop1.6.19/modules/channels.so"
...
The config file was generated by an eggdrop website. What am I doing wrong? Thanks for reading and hopefully answering
In your eggdrop.conf, check this:
to see if it is pointing to the directory where your modules really are stored.
Here:
http://eggwiki.org/Eggdrop.conf
you can find a fully commented eggdrop.conf to read , as yours may not be.
marcel01
Voice
Posts: 3 Joined: Fri Sep 03, 2010 8:05 am
Post
by marcel01 » Fri Sep 03, 2010 10:28 am
Hello, the only "channels" file there is "channels.so"
CrazyCat
Revered One
Posts: 1298 Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:
Post
by CrazyCat » Sun Sep 05, 2010 5:11 am
Are you launching your eggdrop from /homex2/marcel01/eggdrop/ ?
This is the directory you must be in, as said in
http://www.egghelp.org/setup.htm
marcel01
Voice
Posts: 3 Joined: Fri Sep 03, 2010 8:05 am
Post
by marcel01 » Sun Sep 05, 2010 5:16 am
Yes, thats the directory i'm in. I ended up redoing the config after reinstalling. It seems to work, thanks for your help!