Changeset 32407 for lang

Show
Ignore:
Timestamp:
04/14/09 22:56:56 (4 years ago)
Author:
cho45
Message:

表示する情報を追加

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/irssi/scripts/all.pl

    r32007 r32407  
    2727        return if !$window; 
    2828 
    29         if ( 
    30                 ($dest->{level} & MSGLEVEL_PUBLIC) || 
    31                 ($dest->{level} & MSGLEVEL_NOTICES) 
    32         ) { 
     29        if ($dest->{level} & ( 
     30                MSGLEVEL_PUBLIC  | 
     31                MSGLEVEL_NOTICES | 
     32                MSGLEVEL_SNOTES  | 
     33                MSGLEVEL_ACTIONS | 
     34                MSGLEVEL_INVITES 
     35        )) { 
    3336                my $n = $dest->{window}->{refnum}; 
    3437                my $c = $dest->{target};