diff --git a/scripts/parrot.pl b/scripts/parrot.pl index b479967..7b74562 100644 --- a/scripts/parrot.pl +++ b/scripts/parrot.pl @@ -245,7 +245,6 @@ sub irc_quit for my $channel (keys %{ $chans{$server} }) { my $iptr = weechat::infolist_get('irc_nick', '', "$server,$channel,$nick"); next unless $iptr; - weechat::print('',$iptr); weechat::infolist_free($iptr); for (getgroup($server, $channel)) { my ($to_serv, $to_chan, $flags, undef) = @$_;