From: Dylan Lloyd Date: Thu, 28 Feb 2019 12:38:32 +0000 (-0500) Subject: fix fc namespacing X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=52e2d523fe59e3f19c1d2c7ef7fefaf486e3f907;p=irssi-scripts.irssi.org.git fix fc namespacing --- diff --git a/scripts/go.pl b/scripts/go.pl index 1892c1a..0e23322 100644 --- a/scripts/go.pl +++ b/scripts/go.pl @@ -84,7 +84,7 @@ sub cmd_go my @matches; foreach my $w (Irssi::windows) { my $name = $w->get_active_name(); - if (fc $name eq fc $chan) { + if (CORE::fc $name eq CORE::fc $chan) { $w->set_active(); return; } elsif ($name =~ /$re/) {