]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
fix fc namespacing
authorDylan Lloyd <redacted>
Thu, 28 Feb 2019 12:38:32 +0000 (07:38 -0500)
committerDylan Lloyd <redacted>
Thu, 28 Feb 2019 12:38:32 +0000 (07:38 -0500)
scripts/go.pl

index 1892c1a41ad7eff44aeca5700819cee3f09eeef9..0e23322d6914ab202ca78228add48104ff799ba2 100644 (file)
@@ -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/) {
git clone https://git.99rst.org/PROJECT