You can select words in filter for lines you dont want to be echoed.. like .+filter 'script' and script will skip all lines that contains word 'script'.
I need quite opposite option, to relay only lines with 'script' in them.
Do you know of any similar script that could do this?