| [10-28 00:27] | [Chat] | Icewolfz: maybe ^%w*$ |
| [10-28 00:27] | [Chat] | Icewolfz: wher %w matches a word |
| [10-28 00:27] | [Chat] | Icewolfz: or maybe ^%x$ |
| [10-28 00:27] | [Chat] | Icewolfz: as %x is match any numbe rof letter |
| [10-28 00:27] | [Chat] | Dhraxx: I'm using ^%x$ |
| [10-28 00:27] | [Chat] | Icewolfz: may not work on punture chars |
| [10-28 00:28] | [Chat] | Icewolfz: like > or any non a-z0-9 |
| [10-28 00:28] | [Chat] | Icewolfz: which could be your issue |
| [10-28 00:28] | [Chat] | Dhraxx: Works mostly |
| [10-28 00:29] | [Chat] | Icewolfz: yeah only thing i can see it not workign on is if %x only matches a-z0-9 and nothing else |
| [10-28 00:30] | [Chat] | Icewolfz: then it would fail on new chat lines or similar text |
| [10-28 00:30] | [Chat] | Icewolfz: you could try ^{^ }*$ |
| [10-28 00:30] | [Chat] | Icewolfz: wher e{^ } means match any thing not starting with 4 spaces |
| [10-28 00:31] | [Chat] | Icewolfz: i had to find the pattern docs its bene a while |
| [10-28 00:31] | [Chat] | Icewolfz: in thory ^{^ }*$ would match all lines not starting wit hteh wrap indent |
| [10-28 00:31] | [Chat] | Dhraxx: for the multi line part I have that, the ^%x$ to turn it off. both of those are activated with the first chat/tell or other channel code |
| [10-28 00:32] | [Chat] | Icewolfz: yeah best way to keep it form always running on you |
| [10-28 00:32] | [Chat] | Icewolfz: my best guess its ht %x messing with you |
| [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 |
|
| Back to List |