From 0f54bef93afae42874d6a099ed16ea6a03e4a057 Mon Sep 17 00:00:00 2001 From: wowaname Date: Sat, 4 Mar 2017 07:02:52 +0000 Subject: [PATCH] parrot.pl: remove debug line lol --- scripts/parrot.pl | 1 - 1 file changed, 1 deletion(-) 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) = @$_;