OSDN Git Service

ipod_os3 check move to View.pm
authorishikawa <ishikawa@180c8125-5b33-4295-ad04-72a68a15b4cc>
Wed, 15 Jul 2009 13:41:55 +0000 (13:41 +0000)
committerishikawa <ishikawa@180c8125-5b33-4295-ad04-72a68a15b4cc>
Wed, 15 Jul 2009 13:41:55 +0000 (13:41 +0000)
lib/Keitairc/View.pm
lib/plugins/00all

index 0142983..ed85400 100644 (file)
@@ -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 <morimoto@mrmt.net>
@@ -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();
index 5527227..2153e86 100644 (file)
@@ -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,
                             });
        }