aboutsummaryrefslogtreecommitdiffstats
path: root/fixery/grep.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fixery/grep.pl')
-rw-r--r--fixery/grep.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/fixery/grep.pl b/fixery/grep.pl
index ef5d043..78834be 100644
--- a/fixery/grep.pl
+++ b/fixery/grep.pl
@@ -52,7 +52,11 @@ sub sig_grep_text {
if (not $options->{'-v'}) {
$match_count++;
- return;
+ # $text = "\x{03}5" . $text . "\x{0f}";
+ # $stripped_text = "\x{03}5" . $stripped_text . "\x{0f}";
+ $text = $text . "bacon";
+ $stripped_text = $stripped_text . "moo";
+ irssi::signal_continue($dest, $text, $stripped_text);
}
}