Originally Posted By: maroon
If you paste this into the editbox in of the channel, this should work:

Code:
//window -c @window | window -en @window | filter -ww $active @window * | window -a @window



Thanks, it works and I've added it to popups as this:

Code:
//window -c @window | window -en @window | filter -ww $active @window * $+ $$1 $+ * | window -a @window


(Basically looking for a history of everything a specific user has typed)

/filter switches room window *text* would still work better in my specific case. Does anyone have an idea why it's not working as, what seems like, was intended?

If there aren't any other ideas, that's fine. I can live with the alternative. Thanks for the input.

Edit:

This works too:

Code:
//window -c @ $+ $$1 | window -en @ $+ $$1 | filter -ww $active @ $+ $$1 * $+ $$1 $+ * | window -a @ $+ $$1

Last edited by StanSmith; 04/11/18 11:33 AM.