From: morimoto Date: Sun, 29 Aug 2004 12:24:21 +0000 (+0000) Subject: keitairc 1.25 X-Git-Tag: release_1_33~27 X-Git-Url: http://git.osdn.net/view?p=keitairc%2Fkeitairc.git;a=commitdiff_plain;h=0b8fb65a197f056cda204f5d7993ac2c4a935ac8 keitairc 1.25 --- diff --git a/ChangeLog b/ChangeLog index 2bee364..7dc6afb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2004-08-29 Jun Morimoto - * recent ($BA4%A%c%M%k$NL$FI$r$^$H$aFI$_(B) $BDI2C(B + * keitairc 1.25: added
+ * kaitairc 1.24: recent ($BA4%A%c%M%k$NL$FI$r$^$H$aFI$_(B) $BDI2C(B * $B$A$g$C$H%3!<%I$rA]=|(B 2004-08-18 Jun Morimoto diff --git a/doc/index.html b/doc/index.html index 4a28ee1..4521dc1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -10,7 +10,7 @@

morimoto@xantia.citroen.org
-$Id: index.html,v 1.18 2004-08-29 11:21:02 morimoto Exp $ +$Id: index.html,v 1.19 2004-08-29 12:24:21 morimoto Exp $

ÀâÌÀ

@@ -180,7 +180,7 @@ OK

Changes

-
1.24 +
1.25
Á´¥Á¥ã¥Í¥ë¤Î̤ÆɤޤȤáÆɤßÄɲÃ
1.23 diff --git a/keitairc b/keitairc index aa925f0..7eebe8f 100755 --- a/keitairc +++ b/keitairc @@ -1,6 +1,6 @@ #!/usr/bin/perl # keitairc -# $Id: keitairc,v 1.24 2004-08-29 11:21:02 morimoto Exp $ +# $Id: keitairc,v 1.25 2004-08-29 12:24:21 morimoto Exp $ # # Copyright (c) 2003 Jun Morimoto # This program is covered by the GNU General Public License 2 @@ -8,7 +8,7 @@ # Depends: libjcode-pm-perl, libpoe-component-irc-perl, # liburi-perl, libwww-perl, libappconfig-perl -my $rcsid = q$Id: keitairc,v 1.24 2004-08-29 11:21:02 morimoto Exp $; +my $rcsid = q$Id: keitairc,v 1.25 2004-08-29 12:24:21 morimoto Exp $; my ($version) = $rcsid =~ m#,v ([0-9.]+)#; use strict; @@ -409,6 +409,7 @@ sub on_web_request{ $content .= &render($channel_recent{$canon_channel}); $unread_lines{$canon_channel} = 0; $channel_recent{$canon_channel} = ''; + $content .= '
'; } } $content .= qq(ch list[8]);