| [10-28 00:32] | [Chat] | Dhraxx: THats why I added the on/off triggers. it was captureing items in the box every time I looked in there....which is often |
| [10-28 00:32] | [Chat] | Icewolfz: but according otthe docs %x should match any non white space |
| [10-28 00:33] | [Chat] | Icewolfz: you could try ^%*$ |
| [10-28 00:33] | [Chat] | Icewolfz: throw in the wildcard to ensure it mtacheds any wierd stuff afte rthe non white space |
| [10-28 00:34] | [Chat] | Icewolfz: as the %x will ignore white space |
| [10-28 00:34] | [Chat] | Icewolfz: so if yo have spaces in the text it may not trigger |
| [10-28 00:34] | [Chat] | Icewolfz: ^%x$ means match a line that has no white space i think |
| [10-28 00:34] | [Chat] | Dhraxx: Switched it to * and will watch it |
| [10-28 00:35] | [Chat] | Icewolfz: think ^%*$ probably should be close |
| [10-28 00:35] | [Chat] | Icewolfz: err ^%*$ |
| [10-28 00:35] | [Chat] | Icewolfz: hmm thats anoing |
| [10-28 00:35] | [Chat] | Icewolfz: err ^%%*$ |
| [10-28 00:35] | [Chat] | Icewolfz: err ^%\x*$ |
| [10-28 00:35] | [Chat] | Icewolfz: err ^%x$ |
| [10-28 00:35] | [Chat] | Icewolfz: err ^%*$ |
| [10-28 00:35] | [Chat] | Dhraxx: lol |
| [10-28 00:35] | [Chat] | Icewolfz: seems my lcient hats sendign the x |
| [10-28 00:36] | [Chat] | Icewolfz: probably something in the input parters |
| [10-28 00:36] | [Chat] | Icewolfz: ^%x*$ |
| [10-28 00:36] | [Chat] | Icewolfz: that should be what you ant eg match any char at the start then any thing after that until end of line |
|
| Back to List |