aboutsummaryrefslogtreecommitdiffstats
path: root/nohilight.pl
diff options
context:
space:
mode:
Diffstat (limited to 'nohilight.pl')
-rw-r--r--nohilight.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/nohilight.pl b/nohilight.pl
index 6578948..b2b82d4 100644
--- a/nohilight.pl
+++ b/nohilight.pl
@@ -21,6 +21,7 @@ sub remove_hilight {
$text =~ s/%/%%/g;
$window->print($text, MSGLEVEL_PUBLIC);
Irssi::signal_stop();
+ return;
}
}
}