Changeset 14220 for lang/perl/App-Nakanobu
- Timestamp:
- 06/18/08 19:11:27 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Nakanobu/trunk/lib/App/Nakanobu/Plugin/Component/IRCClient.pm
r14219 r14220 86 86 $command => $self => sub { 87 87 my ($self, $context, $channel, $text) = @_; 88 $irc->yield( $command => encode($self->charset, $channel), encode($self->charset, $text) ); 88 for my $line (split /\n/, $text) { 89 $irc->yield( $command => encode($self->charset, $channel), encode($self->charset, $line) ); 90 } 89 91 } 90 92 );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)