mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
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.
14 lines
612 B
Text
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;
|
|
}
|