From: ishikawa Date: Wed, 15 Jul 2009 13:41:55 +0000 (+0000) Subject: ipod_os3 check move to View.pm X-Git-Tag: release_2_0_b12~27 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4f339241c2e431b9b5bc1b22cc16edc983c18f66;p=keitairc%2Fkeitairc.git ipod_os3 check move to View.pm --- diff --git a/lib/Keitairc/View.pm b/lib/Keitairc/View.pm index 0142983..ed85400 100644 --- a/lib/Keitairc/View.pm +++ b/lib/Keitairc/View.pm @@ -1,6 +1,6 @@ # -*- mode: perl; coding: utf-8 -*- # Keitairc::View -# $Id: View.pm,v 1.23 2009-01-11 00:30:19 morimoto Exp $ +# $Id: View.pm,v 1.24 2009-07-15 13:41:55 ishikawa Exp $ # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/Keitairc/View.pm,v $ # # Copyright (c) 2008 Jun Morimoto @@ -93,6 +93,7 @@ sub template{ $p->{stamp} = time; $p->{is_ipod} = $me->{ClientInfo}->is_ipod(); + $p->{is_ipod_os3} = $me->{ClientInfo}->is_ipod_os3(); $p->{is_docomo} = $me->{ClientInfo}->is_docomo(); $p->{is_ezweb} = $me->{ClientInfo}->is_ezweb(); $p->{is_softbank} = $me->{ClientInfo}->is_softbank(); diff --git a/lib/plugins/00all b/lib/plugins/00all index 5527227..2153e86 100644 --- a/lib/plugins/00all +++ b/lib/plugins/00all @@ -1,7 +1,7 @@ # -*- mode: perl; coding: utf-8 -*- # keitairc/lib/plugins/00all # チャネルの全メッセージ閲覧 -# $Id: 00all,v 1.18 2009-07-15 10:38:08 ishikawa Exp $ +# $Id: 00all,v 1.19 2009-07-15 13:41:55 ishikawa Exp $ # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/plugins/00all,v $ # The line number (1 incremented) and filename below must be @@ -57,7 +57,6 @@ $plugin = { loop => \@loop, channel_compact => $cname, follow_nick => $::cf->follow_nick(), - is_ipod_os3 => $ci->is_ipod_os3(), cid => $cid, }); }