diff options
author | kent <kent@pkgsrc.org> | 2002-06-26 03:48:10 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-06-26 03:48:10 +0000 |
commit | 8dcdf54e6dec84fd32eb6ba332fe6fdc6fc85b6d (patch) | |
tree | 148e09417c94989a75f8c6fb411327ca90ac71ce /chat/eggdrop/patches/patch-ae | |
parent | 0ccc0b7ae046ec3a90773966dfc0b3fb404bec87 (diff) | |
download | pkgsrc-8dcdf54e6dec84fd32eb6ba332fe6fdc6fc85b6d.tar.gz |
Re-import eggdrop as chat/eggdrop.
Diffstat (limited to 'chat/eggdrop/patches/patch-ae')
-rw-r--r-- | chat/eggdrop/patches/patch-ae | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chat/eggdrop/patches/patch-ae b/chat/eggdrop/patches/patch-ae new file mode 100644 index 00000000000..b19c1a3c137 --- /dev/null +++ b/chat/eggdrop/patches/patch-ae @@ -0,0 +1,16 @@ +$NetBSD: patch-ae,v 1.1.1.1 2002/06/26 03:48:14 kent Exp $ + +--- 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; + } |