Bug Stomp

Upgrades and changes sometimes have unpredictable results, so post your bugs and glitches in here and I'll get out my trusty wrench and get to fixin'!

Posts 7,029 - 7,040 of 8,681

17 years ago #7029
Why would the question "Have you?" get picked up as Blab? I am really hating blab! I wish there was some way to over ride it.

17 years ago #7030
Is it just those two words, "Have you?" It's usually short things that get sent to blab.

17 years ago #7031
The problem is most human chatters only say one or two words for a response so all the conversation goes to blab.

17 years ago #7032
Yeah. There ought to be SOME way to override it, but I have no idea how much work it would be for the Prof to implement such an override.

17 years ago #7033
In some cases you can override it with regexs and/or raw mode.

Maybe ^[h][a][v][e] [y][o][u]$ (re)

or maybe even as simple as: have you$ (re) raw

I'm still trying to learn and understand more about regex, but have had some success getting by blab with them through trial and error, and occasional advice from fellow Forgers. I'd appreciate knowing if this helps or if you have experienced and/or worked around anything similar.

17 years ago #7034
I tried doing that with Shalom. It still doesn't pick up unless there's at least one more word with it. "Shalom" = blab, "Shalom to you" triggers the keyphrase for shalom.

17 years ago #7035
THANKS
That works for everything except the "?"

You: Have you?
Bot: I have plenty of talent and vision. I just don't give a damn.

You: Have you.
Bot: I sure have!

You: Have you!
Bot: I am planning to.

Odd!

17 years ago #7036
Could you make a separate one with [?] in it?

17 years ago #7037
I have it picking up Have you ? but not Have you? It's me..arrrgh

17 years ago #7038
I have tried
^([H]+)([a]+)([v]+)([e]+) ([y]+)[o]+)[u]+)([ ?]) (re)

^((h][a][v][e] [y][o][u] [ ?]$ ) (re)

^[h][a][v][e] [y][o][u]$ (re)

I can't get it.

^([H]+)([a]+)([v]+)([e]+) ([y]+)[o]+)[u]+)([ ?]) (re)

^([h][a][v][e] [y][o][u]+)([ ?]) (re)

help.. It has to be the ? the others all work....

^have you [ !| ?| .]$ (re) works for the ! and . but not the ?

17 years ago #7039
Maybe it would catch it if you take the space out of the punctuation brackets and put it between sets instead, like:

^[h][a][v][e] [y][o][u] ([?]+)$ (re)

eh?

17 years ago #7040
That doesn't seem to work either.


Posts 7,029 - 7,040 of 8,681

» More new posts: Doghead's Cosmic Bar