aboutsummaryrefslogtreecommitdiff
path: root/examples/nword.js
AgeCommit message (Collapse)Author
2020-07-17added more cyrillic matchingHEADmasterHolden Rohrer
2020-07-17added another cyrillic lookalikeHolden Rohrer
2020-07-17forgot to handle accidental socket disruption in nwordHolden Rohrer
2020-07-17protected more look-alike charsHolden Rohrer
2020-07-17the spammer used a cyrillic AHolden Rohrer
2020-07-17nword.js bugfix and disable dolectureHolden Rohrer
2020-07-17now always clears all words in block but maintains lectureHolden Rohrer
2020-07-16censors block leetspeakHolden Rohrer
2020-07-16removed wwrap with less listen-leaky solutionHolden Rohrer
2020-07-16used id and lecture delayHolden Rohrer
These should reduce the bot's total response count, improving efficiency with spammers. The lecture delay includes a space-replacement and differ to allow "b a d w o r d" to still only require 7 changes. Tile deletion delay upped to 5 minutes.
2020-07-16search.js uses `space` regexes now, improving nword matchHolden Rohrer
2020-07-16removed main.on(open) log and fixed breaking scope bugHolden Rohrer
2020-07-16added nword protector using an add'l id func to QueueHolden Rohrer
This should be added to sched.Queue so (even if it requires a somewhat convoluted workflow), any write may be tracked.