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.

What is wrong here?

General support and discussion of Eggdrop bots.
Post Reply
A
Aqoure
Voice
Posts: 4
Joined: Fri Sep 07, 2012 7:16 am

What is wrong here?

Post by Aqoure »

Hey

I am new to Eggdrop, and cant find out what is there mean with this fail:

[07:05:14] SCRIPT ERROR:autoidentify.tcl: bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, cron, dcc, disc, evnt, filt, link, load, log, nkch, note, time, unld

while executing
"bind pub m .identify do_identify"
(file "scripts/autoidentify.tcl" line 20)
invoked from within
"source scripts/$script"

I have download this script from archive:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1577

I get that problem to another script also

Any there will help me to come out of this problem?

// Aqoure
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

Sounds to me like a missing eggdrop module.

What modules do you have loaded in the eggdrop config?
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
A
Aqoure
Voice
Posts: 4
Joined: Fri Sep 07, 2012 7:16 am

Post by Aqoure »

I have this in my .conf file:

##### MODULES #####
set mod-path "modules/"

And there are 15 .so modules in my dir Modules

You think what modul i missed?
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

I'm told the bind pub command is added by the irc module.

In your eggdrop conf file search for: loadmodule irc

If it looks more like: #loadmodule irc :remove the # at the beginning of that line.

The server and channels modules must be loaded for the irc module to function. Make sure neither of those loadmodule lines start with a #

Save, reupload the file, and rehash.
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
A
Aqoure
Voice
Posts: 4
Joined: Fri Sep 07, 2012 7:16 am

Post by Aqoure »

This module have i not # in start so problem cant be that

And this are the same:

loadmodule blowfish
loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule transfer
loadmodule notes
loadmodule console
loadmodule uptime

This module i have in my conf there not are # in start
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Did you remember the "make install" part when building/installing your eggdrop?
If you didn't, the modules and other files would not have been placed in the proper location, and thus your eggdrop would not be able to load them (you'd usually see a lot of warnings about this when starting your eggdrop).
NML_375
A
Aqoure
Voice
Posts: 4
Joined: Fri Sep 07, 2012 7:16 am

Post by Aqoure »

I cant remember how i configure Eggdrop, its long time ago.

I have many trouble with Eggdrop, and i am tired over i not can get Eggdrop to work 100%, I have 2 servers and both cant get Eggdrop to work, and i have another person to see it, and he cant understand what is wrong.

But i can try to configure Eggdrop again, and see this works better
Post Reply