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
Posts 7,029 - 7,040 of 8,681
prob123
17 years ago
17 years ago
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.
Ulrike
17 years ago
17 years ago
Is it just those two words, "Have you?" It's usually short things that get sent to blab.
prob123
17 years ago
17 years ago
The problem is most human chatters only say one or two words for a response so all the conversation goes to blab.
Ulrike
17 years ago
17 years ago
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.
ezzer
17 years ago
17 years ago
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.
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.

Ulrike
17 years ago
17 years ago
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.
prob123
17 years ago
17 years ago
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!
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!
prob123
17 years ago
17 years ago
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 ?
^([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 ?
ezzer
17 years ago
17 years ago
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?
^[h][a][v][e] [y][o][u] ([?]+)$ (re)
eh?
» More new posts: Doghead's Cosmic Bar