parrot.pl: remove debug line lol
This commit is contained in:
parent
81f015d60d
commit
0f54bef93a
@ -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) = @$_;
|
||||||
|
Loading…
Reference in New Issue
Block a user