Changeset 889 for lang/perl/irssi
- Timestamp:
- 10/30/07 15:05:51 (6 years ago)
- Files:
-
- 1 modified
-
lang/perl/irssi/scripts/mobirc.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/irssi/scripts/mobirc.pl
r888 r889 85 85 $poe->heap->{channel_name}->{ $canon_name } = $c->{name}; 86 86 $poe->heap->{channel_topic}->{ $canon_name } = $c->{topic}; 87 } 88 my $poe = sweet_args; 89 90 for my $c ( map { $_->{name} } Irssi::channels() ) { 91 add_message( $poe, 92 decode( $poe->heap->{config}->{irc}->{incode}, canon_name($c) ), 93 undef, decode('utf8', 'Connected to irc server!'), 'connect' ); 94 95 $poe->heap->{channel_name}->{ canon_name($c) } = $c; 96 $poe->heap->{channel_topics}->{ canon_name($c) } = $c; 87 97 } 88 98 },
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)