Changeset 1740
- Timestamp:
- 11/18/07 08:36:46 (6 years ago)
- Files:
-
- 1 modified
-
lang/perl/irssi/scripts/delicious.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/irssi/scripts/delicious.pl
r1739 r1740 36 36 37 37 sub post_to_delicious { 38 my ( $ server, $channel, $data) = @_;38 my ( $channel, $data, $nick ) = @_; 39 39 40 my $address = $server->{'address'};41 my $nick = $server->{'nick'};42 40 $channel =~ s/^#//; 43 41 … … 89 87 if ( $target =~ /$_->{channel}/ ) 90 88 { 91 post_to_delicious( $ server, $target, $data);89 post_to_delicious( $target, $data, $nick ); 92 90 } 93 91 } @{ $config->{servers}->{ $server->{'address'} } }; … … 95 93 } 96 94 else { 97 post_to_delicious( $ server, $target, $data);95 post_to_delicious( $target, $data, $nick ); 98 96 } 99 97 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)