Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/IRC/lib/BarnOwl/Message/IRC.pm

    r0e52069 rb38b0b2  
    3636        return $filter;
    3737    } else {
    38         # To a Channel
    39         my $network = $self->network;
    40         my $channel = $self->channel;
    41         my $filter = "irc-$network-channel-$channel";
    42         my $ftext = qq{type ^irc\$ and network ^$network\$ and channel ^$channel\$};
    43         BarnOwl::filter("$filter $ftext");
    44         return $filter;
     38        # Unimplemented
     39        return undef;
    4540    }
    4641}
     
    4843sub server {shift->{server}}
    4944sub network {shift->{network}}
    50 sub channel {shift->{channel}}
    5145
    5246# display
    53 sub context {shift->{network};}
    54 sub subcontext {shift->{recipient};}
     47sub context {shift->{channel};}
    5548
    5649sub long_sender {shift->{from} || ""};
Note: See TracChangeset for help on using the changeset viewer.