A more recent version of scripts may be available at scripts.irssi.org.
Version: 2.1
Download
View source
signature
This script provides a /GREP
command.
Usage:
/GREP [-i] [-w] [-v] [-F] <perl-regexp> <command to run>
-i: match case insensitive
-w: only print matches that form whole words
-v: Invert the sense of matching, to print non-matching lines.
-F: match as a fixed string, not a regexp
if you want /FGREP
, do: /alias FGREP GREP -F