pkgsrc/net/ircII/patches/patch-af
mrg efc5482347 pull across a patch from ircII-current:
- fix PR#423 from Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>:  the
  MSG and DCC hooks added by the `times' script incorrectly ignored the
  first word of the message.
2000-03-02 16:02:49 +00:00

28 lines
747 B
Text

$NetBSD: patch-af,v 1.1 2000/03/02 16:02:50 mrg Exp $
Index: script/times
===================================================================
RCS file: /home/cvs/ircii/script/times,v
retrieving revision 1.1
diff -p -c -r1.1 times
*** times 1999/12/09 10:40:36 1.1
--- times 2000/03/02 15:54:09
***************
*** 1,8 ****
#
! on ^msg * echo $Z *$0* $2-
on ^send_msg * echo $Z -> *$0* $1-
! on ^dcc * echo $Z =$0= $2-
on ^send_dcc * echo $Z -> =$0= $1-
on ^public * echo $Z <$0> $2-
on ^send_public * echo $Z > $1-
--- 1,8 ----
#
! on ^msg * echo $Z *$0* $1-
on ^send_msg * echo $Z -> *$0* $1-
! on ^dcc * echo $Z =$0= $1-
on ^send_dcc * echo $Z -> =$0= $1-
on ^public * echo $Z <$0> $2-
on ^send_public * echo $Z > $1-