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.

Can't run my egg

General support and discussion of Eggdrop bots.
Post Reply
A
ADN
Voice
Posts: 3
Joined: Thu Apr 06, 2006 11:24 am

Can't run my egg

Post by ADN »

Heya!
I have a shell (free BSD), i take a eggdrop from this site, i configure him, i make install, etc.
Now when i try to start him, i have an err :
[10:18] Tcl error in file 'eggdrop.conf':
[10:18] no such binding
while executing
"unbind msg - ident *msg:nike@"
(file "eggdrop.conf" line 1031)
I go to eggdrop.conf, to that line and i put DIEZ before that sintax :
#unbind msg - ident *msg:nike
#unbind msg - addhost *msg:*!*@klasik.users.undernet.org
Now, if i try to run my egg i have another err :
Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[10:31] --- Loading eggdrop v1.6.17 (Thu Apr 6 2006)
[10:31] Can't load modules dns: Cannot open "/home/adn/eggdrop1.6.17/modules/dns.so"
[10:31] Can't load modules channels: Cannot open "/home/adn/eggdrop1.6.17/modules/channels.so"
[10:31] Can't load modules server: Cannot open "/home/adn/eggdrop1.6.17/modules/server.so"
[10:31] Can't load modules ctcp: Cannot open "/home/adn/eggdrop1.6.17/modules/ctcp.so"
[10:31] Can't load modules irc: Cannot open "/home/adn/eggdrop1.6.17/modules/irc.so"
[10:31] Can't load modules notes: Cannot open "/home/adn/eggdrop1.6.17/modules/notes.so"
[10:31] Can't load modules console: Cannot open "/home/adn/eggdrop1.6.17/modules/console.so"
[10:31] Can't load modules uptime: Cannot open "/home/adn/eggdrop1.6.17/modules/uptime.so"
[10:31] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[10:31] use '.help userinfo' for commands.
[10:31] * I don't have a botnet nick!!

What can i do?
I have a botnet-nick. I configured. Please help me!
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

For a start, those two lines do NOT exist in eggdrop.conf.

I suggest you start from scratch; delete all files/folders and then from your shell issue the following:

Code: Select all

wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.17.tar.gz
.. next I suggest you actually READ very carefully the instructions in Setting up an Eggdrop.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
A
ADN
Voice
Posts: 3
Joined: Thu Apr 06, 2006 11:24 am

Post by ADN »

10x Alchera. I have run my egg. But i have anither question :)
I don't know how to login my eggdrop to a service (is undernet)
This sintax does'n work :

.say msg x@channels.undernet.org login <user> <pass>

What should i do?
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Give a try to my Xstuff script. Back to your question, use '.dump' not '.say' like: .dump putserv "PRIVMSG x@channels.undernet.org :login <user> <pass>"
Once the game is over, the king and the pawn go back in the same box.
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Actually
.dump putserv "privmsg ..."
will not do anything since dump is used to dump given text to the IRC server. Instead, you can try:
.dump privmsg x@channels.undernet.org :login <user> <pass>
or
.msg x@channels.undernet.org login <user> <pass>
Post Reply