aboutsummaryrefslogtreecommitdiffstats
path: root/joinforward/joinforward.pl
diff options
context:
space:
mode:
Diffstat (limited to 'joinforward/joinforward.pl')
-rw-r--r--joinforward/joinforward.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/joinforward/joinforward.pl b/joinforward/joinforward.pl
index 0b685ba..26630b2 100644
--- a/joinforward/joinforward.pl
+++ b/joinforward/joinforward.pl
@@ -45,7 +45,7 @@ sub sig_473 {
my $nick = quotemeta(Irssi::parse_special('$N'));
if ($args =~ m/^$nick\s+(#.*?)\s+/) {
if (exists $forwards->{$1}) {
- $server->command("window goto " . $forwards->{$1});
+ $server->command("join " . $forwards->{$1});
}
}