Changeset 818

Show
Ignore:
Timestamp:
10/29/07 12:01:28 (6 years ago)
Author:
tokuhirom
Message:

lang/perl/mobirc: oops. decode missing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/mobirc/lib/Mobirc/IRCClient.pm

    r815 r818  
    214214    my $poe = sweet_args; 
    215215 
    216     my $raw = $poe->args->[1]; 
     216    DEBUG "SET TOPIC RAW"; 
     217 
     218    my $raw = decode( $poe->heap->{config}->{irc}->{incode}, $poe->args->[1] ); 
    217219    my ( $channel, $topic ) = split( / :/, $raw, 2 ); 
    218220