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.

[19:28] invalid command name "channel"

Old posts that have not been replied to for several years.
Locked
v
v1r00sa

[19:28] invalid command name "channel"

Post by v1r00sa »

Pls somebody help me ....

Eggdrop v1.6.10 (C) 1997 Robey Pointer (C) 2002 Eggheads
[19:28] --- Loading eggdrop v1.6.10 (Sat Nov 23 2002)
[19:28] Listening at telnet port 3344 (users)
[19:28] Listening at telnet port 4433 (bots)
[19:28] Can't load modules channels: /home/v1r00sa/Programs/eggdrop1.6.10/modules/channels.so: cannot open shared object file: No such file or directory
[19:28] Tcl error in file 'eggdrop.conf':
[19:28] invalid command name "channel"
while executing
"channel add #bebetata {
chanmode "+ntl-spmik"
idle-kick 0
need-op { putserv "PRIVMSG CS :op #bebetata $botnick" }
need-invite { putserv "PRIVM..."
(file "eggdrop.conf" line 114)
[19:28] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

What the [censored] i must doing now!? pls help meeeee
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

From which dir are you running it? You have to be in ~/eggdrop, after you do make install
MaSsKilla

#eggdrop
Undernet
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Look in the .conf file for the Modules section and set the modules dir to the dir the modules/ dir is. e.g. Mine is modules/ .. yours should be modules1.6.1*/ if you haven't used the 'make install' and the * is the last digit of his version. Or like this should be. A friend of mine had a problem like this to, and fixed it after changed the modules dir in the conf file as it corespondes in reality.
Once the game is over, the king and the pawn go back in the same box.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

When eggdrop is compiled, it generates several files. The main executable, and a relevant number of *.so modules, depending on what you picked at configure time.

These files are located in the directory where you typed "make".

However, by default, the config file is setup, to be used of a fully installed bot. This means that the *.so files are contained in a modules directory (named after the eggdrop version, but symlinked to "modules").

Simply compiling and running is suficient to get the bot running, though you will have to tweak the config file.

To save doign this, follow all of the compile instructions, inlcuing the "make install" fase.
Locked