summaryrefslogtreecommitdiff
path: root/irc/eggdrop/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'irc/eggdrop/files/patch-ae')
-rw-r--r--irc/eggdrop/files/patch-ae14
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;
+ }