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.

Search found 1 match

by greensheep
Mon Mar 07, 2005 6:06 am
Forum: Modules & Programming
Topic: eggdrop crashing after dprintf
Replies: 2
Views: 9823

eggdrop crashing after dprintf

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 c...