ports/irc/eggdrop/files/patch-ae
Mark Linimon 4169ea8ee8 Update to 1.6.17; IPv6 support has been removed from eggdrop.
PR:		ports/71423
Submitted by:	Ulrich Spoerlein <q at uni dot de> (maintainer)
2004-10-12 07:10:31 +00:00

13 lines
699 B
Text

--- eggdrop1.6.17/src/mod/ctcp.mod/ctcp.c.orig Mon Jun 2 11:27:58 2003
+++ eggdrop1.6.17/src/mod/ctcp.mod/ctcp.c Mon Jun 2 11:29:29 2003
@@ -161,8 +161,8 @@
/* Do me a favour and don't change this back to a CTCP reply,
* CTCP replies are NOTICE's this has to be a PRIVMSG
* -poptix 5/1/1997 */
- dprintf(DP_SERVER, "PRIVMSG %s :\001DCC CHAT chat %lu %u\001\n",
- nick, iptolong(natip[0] ? (IP) inet_addr(natip) : getmyip()),
+ dprintf(DP_SERVER, "PRIVMSG %s :\001DCC CHAT chat %u %u\001\n",
+ nick, (unsigned)iptolong(natip[0] ? (IP) inet_addr(natip) : getmyip()),
dcc[i].port);
return 1;
}