forked from adam/discord-bot-shtik
"just google it" false positive #30
Labels
No Label
Feature (admin)
Feature (chat)
Platform
Problem
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: greyn/vassago#30
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
is the feature off, or locked? I notice she said "just", then later "google", but I don't see "it" after.
..ah, on closer inspection, the "actual" trigger is
(just )?google( (it|that|things|before))?\\b
. meaning if the next word doesn't fit, it's fine.what you really want is "is Google being used as a verb". but that would require a lot more lexical understanding than exists atm, so just remove the conditional.
works in test, if it shows up again, new issue