Changeset 14216 for lang/perl/App-Nakanobu
- Timestamp:
- 06/18/08 18:46:13 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Nakanobu/trunk/lib/App/Nakanobu/Plugin/Component/IRCClient.pm
r14213 r14216 131 131 sub bot_connected { 132 132 my ( $kernel, $heap ) = @_[ KERNEL, HEAP ]; 133 134 $heap->{irc}->yield( charset => $heap->{plugin}->charset ); 135 133 136 foreach ( @{ $heap->{plugin}->channels } ) { 134 137 msg "joining channel $_"; 135 138 $heap->{irc}->yield( 'join' => $_ ); 136 if ( my $charset = $heap->{plugin}->charset ) {137 $heap->{irc}->yield( charset => $charset );138 }139 139 } 140 140 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)