All I'm trying to do is:

1. Look for all lines containing *text* in a #channel.
2. List those lines either in either same #channel window, status window or any other window.

All I can get working is /filter -ss *text*, which works in status window perfectly.

Anything else I try using switches in #channel windows, I either get "invalid window" or "invalid parameters." I can't find real-world examples either. All I need is to list matched text lines without any sorting or ranges.

Can anyone provide real-life examples? For example: Scan all lines in #mirc for text which contains *abc* and output those matching lines to either same window, status window or custom window.

Thanks.