At the time I post this message, we're at 26 days past of 2006. Myself still get a little bit confused and mystery about eggdrop development status. Since there's NO eggdrop progress development for further released, I'm wonder why this OpenSource Project get pending to release a new version.
As I concern, I check eggheads.org website and I found the last post news was;
Eggdrop 1.6.17 released
posted by Wcc on 23 August 2004 @ 03:43 pm CDT
and there's still NO news about what's happening now. And.. My question is there our next Internet Generation didn't know what is eggdrop?
[ 22:56:16 :: arcain :: ~/egg19 ] ls
channels.xml eggdrop include lock share
config.xml help lib modules users.xml
[ 22:56:16 :: arcain :: ~/egg19 ] ./eggdrop
Eggdrop v1.9.0 (C) 1997 Robey Pointer (C) 2004 Eggheads Development Team
WARNING: Do NOT run this DEVELOPMENT version for any purpose other than testing.
* [22:56] Loading Eggdrop 1.9.0 (Sat Feb 4 2006)
* [22:56] Loaded 1 user
* [22:56] Module loaded: telnetparty
* [22:56] Module loaded: ircparty
* [22:56] Module loaded: dccparty
* [22:56] Module loaded: tclscript
* [22:56] Module loaded: script
* [22:56] Module loaded: server
* [22:56] Module loaded: oldbotnet
Eggdrop launched successfully into the background, pid = 31456.
[ 22:56:19 :: arcain :: ~/egg19 ] telnet localhost 3333
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Hello 127.0.0.1/49682!
Please enter your nickname.
KrzychuG
Please enter your password.
Welcome to the telnet partyline interface!
Your ident is: ~telnet
Your hostname is: localhost
* [22:56] *** KrzychuG (~telnet@localhost) has joined the channel.
.status
I am myegg[M u;, running Eggdrop 1.9.0.
Owner: KrzychuG
OS: Linux 2.6.12-gentoo-r6
Help path: help/ (0 entries, 0 sections)
Server module:
Connected to poznan.irc.pl/6667.
Online as myegg!~user@klient-219-162.petrus.com.pl (real name).
#evatest : 1 member
.helk
Unknown command 'helk', perhaps you need '.help'?
.help
Syntax: help <command|variable|*search*>
.help *
+server <hostname> [port] [pass] - add a new server to the server list
-server <hostname> [port] [pass] - remove a server from the server list
jump [hostname] [port] [pass] - connect to a new server
servers - displays the current server list
dump <text> - send raw text to the server
+chan <channel> - add a static channel to the bot
-chan <channel> <text> - removes a static channel from the bot
act <dest> <text> - send an ACTION ctcp to a nick (or channel)
act <dest> <text> - send an ACTION ctcp to a nick (or channel)
act <dest> <text> - send an ACTION ctcp to a nick (or channel)
op [channel] <nick> - give ops to a nick on a channel
deop [channel] <nick> - take ops from a nick on a channel
voice [channel] <nick> - give voice to a nick on a channel
devoice [channel] <nick> - take voice from a nick on a channel
msg <dest> <text> - send a privmsg to a nick (or channel)
say <dest> <text> - send a privmsg to a nick (or channel)
act <dest> <text> - send an ACTION ctcp to a nick (or channel)
.modules
Loaded modules:
oldbotnet
server
script
tclscript
dccparty
ircparty
telnetparty
* [22:58] #KrzychuG# modules
* [22:59] *** KrzychuG (~ircparty@localhost) has joined the channel.
.whom
Unknown command 'whom', perhaps you need '.help'?
.who
Partyline members:
[1] KrzychuG (~telnet@localhost)
[2] KrzychuG (~ircparty@localhost)
* [22:59] *** KrzychuG (~ircparty@localhost) has quit: Deleted!
* [23:00] user_rand_cleanup: deleting 0 entries from cache
Still irc and channels module available so that's all about testing it right now ;)
Just to see I attempted to compile 1.9 CVS on a FreeBSD 6.1 Release box with every installed port up to date. It didn't finish and errored with the following:
gcc -pipe -DDEBUG -DHAVE_CONFIG_H -I../../intl -I../.. -I../../lib -I../../libltdl -g -O2 -Wall -g3 -MT libeggdrop_la-socket.lo -MD -MP -MF .deps/libeggdrop_la-socket.Tpo -c socket.c -fPIC -DPIC -o .libs/libeggdrop_la-socket.o
socket.c: In function `socket_get_name':
socket.c:114: error: structure has no member named `s6_addr32'
*** Error code 1
Stop in /usr/home/psycho/eggdrop/eggdrop1.9/lib/eggdrop.
*** Error code 1
Stop in /usr/home/psycho/eggdrop/eggdrop1.9/lib.
*** Error code 1
Stop in /usr/home/psycho/eggdrop/eggdrop1.9.
*** Error code 1
I just saw this thread and I think I fixed the problem you described. If there are more like that (anything related to ipv6) you could try compiling with ipv6 disabled (in ./configure).
If you run into any more problems post the error here and I'll take a look!