- Timestamp:
- 04/14/09 22:56:56 (4 years ago)
- Files:
-
- 1 modified
-
lang/perl/irssi/scripts/all.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/irssi/scripts/all.pl
r32007 r32407 27 27 return if !$window; 28 28 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 )) { 33 36 my $n = $dest->{window}->{refnum}; 34 37 my $c = $dest->{target};
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)