| View previous topic :: View next topic |
| Author |
Message |
ADN Voice
Joined: 06 Apr 2006 Posts: 3
|
Posted: Thu Apr 06, 2006 11:31 am Post subject: Can't run my egg |
|
|
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 :
| Quote: | [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 :
| Quote: | #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 :
| Quote: | 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! |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Thu Apr 06, 2006 8:42 pm Post subject: |
|
|
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: | | 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 |
|
| Back to top |
|
 |
ADN Voice
Joined: 06 Apr 2006 Posts: 3
|
Posted: Fri Apr 07, 2006 9:02 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
caesar Mint Rubber

Joined: 14 Oct 2001 Posts: 3741 Location: Mint Factory
|
Posted: Fri Apr 07, 2006 3:18 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Fri Apr 07, 2006 7:19 pm Post subject: |
|
|
Actually
| Quote: | | .dump putserv "privmsg ..." |
will not do anything since dump is used to dump given text to the IRC server. Instead, you can try:
or
_________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
|