This is the thread I want to reply to, but it's too old at this point, so I can't reply direclty.
https://www.gammon.com.au/forum/?id=14057&reply=3#reply3
I want to make a plugin like the one Nick made for me so that it will match multiple conditions. I thought I could put a pipe symbol in the match line, but that doesn't seem to work.
Here is what I'm trying to match
Instead of: match="M - *"
I want: match="M - wererat|M - wererat, wererat|M - wererat, wererat, wererat"
It works if I just have match="M - wererat", but if I try to match 2 or 3 wererats, it doesn't work.
Does anyone know how I can modify this match line to match all three conditions?
Thank you.
https://www.gammon.com.au/forum/?id=14057&reply=3#reply3
I want to make a plugin like the one Nick made for me so that it will match multiple conditions. I thought I could put a pipe symbol in the match line, but that doesn't seem to work.
Here is what I'm trying to match
Instead of: match="M - *"
I want: match="M - wererat|M - wererat, wererat|M - wererat, wererat, wererat"
It works if I just have match="M - wererat", but if I try to match 2 or 3 wererats, it doesn't work.
Does anyone know how I can modify this match line to match all three conditions?
Thank you.