head 1.2; access; symbols pkgsrc-2014Q2:1.1.0.34 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.32 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.30 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.28 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.26 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.24 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.22 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.20 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.18 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.16 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.14 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.12 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.10 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.8 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.6 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.4 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.2 pkgsrc-2010Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2014.09.30.08.59.58; author jperkin; state dead; branches; next 1.1; commitid ffBBUTRxq9xeFlSx; 1.1 date 2010.05.18.21.38.49; author sketch; state Exp; branches; next ; desc @@ 1.2 log @Update irssi-icb to version 0.15. Requested during the freeze by agc, as the version number accidentally went backwards in the last irssi update. This release mainly incorporates most of the pkgsrc patches into the upstream tarball, so the only real change of note is that /beep output has been fixed. @ text @$NetBSD: patch-ah,v 1.1 2010/05/18 21:38:49 sketch Exp $ --- src/core/icb-protocol.h.orig 2010-05-18 21:34:32.000000000 +0100 +++ src/core/icb-protocol.h 2010-05-18 21:34:15.000000000 +0100 @@@@ -4,6 +4,8 @@@@ #define ICB_PROTOCOL_LEVEL 1 void icb_send_open_msg(ICB_SERVER_REC *server, const char *text); +void icb_send_private_msg(ICB_SERVER_REC *server, const char *target, + const char *text); void icb_command(ICB_SERVER_REC *server, const char *cmd, const char *args, const char *id); void icb_protocol(ICB_SERVER_REC *server, const char *level, @ 1.1 log @Fix line length problems, previously sending >255 char messages to icb would just result in a server error. Now we split them correctly. @ text @d1 1 a1 1 $NetBSD$ @