Files
omnibot22/plugins
Max Marrone 232527cd3a wordbot: Recognize words adjacent to punctuation.
If there was an unmatched word 'foo', and someone wrote 'foo. bar.', wordbot would not recognize the match because it was only splitting the string on spaces, not punctuation.

This treats as a word any contiguous sequence of letters, numbers (just in case) and hyphens (just in case).

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-03-30 20:04:07 -07:00
..
2022-06-23 10:16:46 -07:00
2022-06-23 14:29:02 -07:00
2022-05-30 19:45:49 -07:00