ports/irc/eggdrop/files/patch-ae
Foxfair Hu b3b7da74e5 Add eggdrop 1.6.13,
the most popular open source Internet Relay Chat bot.

PR:		47296
Submitted by:	Ulrich Spoerlein <q@uni.de>

Update to the latest version 1.6.15 will followup immediately.
2003-06-11 05:32:50 +00:00

14 lines
612 B
Text

--- src/mod/ctcp.mod/ctcp.c.orig Wed Dec 9 23:18:06 1998
+++ src/mod/ctcp.mod/ctcp.c Wed Dec 9 23:18:55 1998
@@ -155,9 +155,9 @@
/* 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",
+ dprintf(DP_SERVER, "PRIVMSG %s :\001DCC CHAT chat %u %u\001\n",
nick,
- iptolong(natip[0] ? (IP) inet_addr(natip) : getmyip()),
+ (unsigned)iptolong(natip[0] ? (IP) inet_addr(natip) : getmyip()),
dcc[i].port);
return 1;
}