hi
(excuse my english)
i'm programming a eggdrop module.
i'm using eggdrop1.6.17 and cygwin (windrop).
my eggdrop crash after a simple call to dprintf function.
...
dprintf(DP_MODE, "privmsg %s :%s\r\n",chan,message);
...
the message is repeated 2 times in the chan with a single function call,
then the bot crashes.
my module can run 6 hours or only 2 minutes.
the crash is unforeseeable, with the same code.
i'm using many contexts for this bug.
but the last context is before a return insturction,
and my typical call is:
dprintf(DP_MODE, "privmsg %s :%s\r\n",chan,mymessagefunc(format,par1,par2,...));
dprintf function is sensible to a particular char sequence or codes?
thanks greensheep