mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
(already submitted to the author) Add user & group in package building too. Submitted by: bento Remove user & group on deinstallation (only on bento).
11 lines
323 B
C
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,
|