parrot.pl: remove debug line lol

This commit is contained in:
wowaname 2017-03-04 07:02:52 +00:00
parent 81f015d60d
commit 0f54bef93a

View File

@ -245,7 +245,6 @@ sub irc_quit
for my $channel (keys %{ $chans{$server} }) { for my $channel (keys %{ $chans{$server} }) {
my $iptr = weechat::infolist_get('irc_nick', '', "$server,$channel,$nick"); my $iptr = weechat::infolist_get('irc_nick', '', "$server,$channel,$nick");
next unless $iptr; next unless $iptr;
weechat::print('',$iptr);
weechat::infolist_free($iptr); weechat::infolist_free($iptr);
for (getgroup($server, $channel)) { for (getgroup($server, $channel)) {
my ($to_serv, $to_chan, $flags, undef) = @$_; my ($to_serv, $to_chan, $flags, undef) = @$_;