ports/irc/dancer-services/files/patch-dcc.c
Akinori MUSHA e5925cd22e Add patches to prevent multibyte encoded strings to be garbaged.
(already submitted to the author)

Add user & group in package building too.

Submitted by:	bento

Remove user & group on deinstallation (only on bento).
2003-04-24 20:19:31 +00:00

11 lines
323 B
C

--- source/dcc.c.orig Wed Nov 14 04:49:45 2001
+++ source/dcc.c Fri Apr 25 04:07:12 2003
@@ -1057,7 +1057,7 @@
if (ircncmp(msg, "PING", 4) == 0)
{
- notice(target, nick, msg - 1);
+ notice(target, nick, "%s", msg - 1);
SendUmode(OPERUMODE_Y,
"%s: CTCP PING received from %s!%s@%s",
target,