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.
-
Furbs
- Voice
- Posts: 7
- Joined: Wed Oct 01, 2008 9:16 pm
- Location: Adealide, South Australia, Australia
-
Contact:
Post
by Furbs »
Hey, i've got a bit of a problem, the only way Eggdrop will connect to a server is if i do eggdrop -n.....
it doesn't work any other way.....
any ideas/suggstions?
-
CrazyCat
- Revered One
- Posts: 1304
- Joined: Sun Jan 13, 2002 8:00 pm
- Location: France
-
Contact:
Post
by CrazyCat »
This is a known bug.
After having do a ./configure, open the src/config.h file.
Find:
Code: Select all
/* Define for Tcl that has threads. */
/* #undef HAVE_TCL_THREADS */
and replace with:
Code: Select all
/* Define for Tcl that has threads. */
#define HAVE_TCL_THREADS 1
Save, and then continue with normal installation (make config && make && make install)