aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Traylor2015-06-22 09:58:59 +0900
committerPaul Traylor2015-06-22 09:58:59 +0900
commitd1365892192f35a8af82eff34e594e7224133cab (patch)
tree2cb701418c963ad835fe89ed93e03d3233760233
parentb248041628fab7786c76870675cc70527c1a8459 (diff)
parent9cb36de5016485949e7d83f462ccab553c0f5616 (diff)
downloadirssi-nohilight-master.tar.bz2
Merge pull request #4 from Pyker/print-only-onceHEADmaster
Display message only once
-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;
}
}
}