diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-11 05:32:50 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-11 05:32:50 +0000 |
commit | b3b7da74e5f88f0c600cfed958151b1bfde94830 (patch) | |
tree | 0a3e2a1e4fcdb984a682c659da7fc7ea0d007cd9 /irc/eggdrop/files/patch-ae | |
parent | Update to 3.0.5. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=82743
Diffstat (limited to 'irc/eggdrop/files/patch-ae')
-rw-r--r-- | irc/eggdrop/files/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/irc/eggdrop/files/patch-ae b/irc/eggdrop/files/patch-ae new file mode 100644 index 000000000000..9618875170c6 --- /dev/null +++ b/irc/eggdrop/files/patch-ae @@ -0,0 +1,14 @@ +--- 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; + } |