Yes, the period is a reserved character and needs to be escaped.
This should work to set the correct option when using "OR" match test:Reserved characters in regular expression, which are . ^ $ * + ? ( ) [ { \ | must be escaped with the \ character when used as a literal in the IfMatch option.
Code:
[mIP]Measure=PluginPlugin=SysInfoSysInfoType=IP_ADDRESSSysInfoData=BestUpdateDivider=5DynamicVariables=1IfMatch=XXX\.XXX\.X\.XXX|YYY\.YYY\.Y\.YYYIfMatchAction=[!SetOption IPMeter Text "HOME"]IfNotMatchAction=[!SetOption IPMeter Text "AWAY!"]IfMatchMode=1[IPMeter]Meter=StringText=FontColor=255,255,255
Statistics: Posted by eclectic-tech — Today, 1:12 am