head 1.2; access; symbols pkgsrc-2014Q2:1.1.0.32 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.30 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.28 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.26 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.24 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.22 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.20 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.18 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.16 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.14 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.12 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.10 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.8 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.6 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.4 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-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.08.10.20.26.36; 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-ai,v 1.1 2010/08/10 20:26:36 sketch Exp $ --- src/fe-common/module-formats.c (revision 5174) +++ src/fe-common/module-formats.c (working copy) @@@@ -30,7 +30,7 @@@@ { "status", "[$0] $1", 2, { 0, 0 } }, { "important", "[$0!] $1", 2, { 0, 0 } }, { "status", "{error [Error]} $0", 1, { 0 } }, - { "beep", "[beep] $1 beeps you", 1, { 0 } }, + { "beep", "[Beep] $1 beeps you", 1, { 0 } }, { NULL, NULL, 0 } }; @ 1.1 log @Add another bunch of patches, including: - implement commands via irssi signals - detect /topic on join - support /names, including on join - build correctly as .so on OSX @ text @d1 1 a1 1 $NetBSD$ @