OSDN Git Service

add iphone OS 3 check parameter
authorishikawa <ishikawa@180c8125-5b33-4295-ad04-72a68a15b4cc>
Wed, 15 Jul 2009 10:38:08 +0000 (10:38 +0000)
committerishikawa <ishikawa@180c8125-5b33-4295-ad04-72a68a15b4cc>
Wed, 15 Jul 2009 10:38:08 +0000 (10:38 +0000)
lib/plugins/00all

index f22eae8..5527227 100644 (file)
@@ -1,7 +1,7 @@
 # -*- mode: perl; coding: utf-8 -*-
 # keitairc/lib/plugins/00all
 # チャネルの全メッセージ閲覧
-# $Id: 00all,v 1.17 2009-07-12 02:54:22 ishikawa Exp $
+# $Id: 00all,v 1.18 2009-07-15 10:38:08 ishikawa Exp $
 # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/plugins/00all,v $
 
 # The line number (1 incremented) and filename below must be
@@ -57,6 +57,7 @@ $plugin = {
                        loop => \@loop,
                        channel_compact => $cname,
                        follow_nick => $::cf->follow_nick(),
+                       is_ipod_os3 => $ci->is_ipod_os3(),
                        cid => $cid,
                             });
        }