question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add blacklist commands for keywords

See original GitHub issue

Prompted by this: http://chat.stackexchange.com/transcript/message/33655049#33655049

I (and bwDraco) think that it would be great if we could implement a !!/blacklist-keyword command or similar.

Since we already have the !!/blacklist command implemented for websites, and the bad keyword regexes have already been separated into a text file, it should be fairly easy. All the infrastructure is there; we just need to copy/paste some code and change a few things.

While we’re doing this, it might also be a good idea to rename the existing !!/blacklist command to !!/blacklist-website. I’ve noticed that a few people recently have misunderstood the use of the blacklist command, and changing its name should make that clear.

What are your thoughts?

If we reach an agreement that this would be a good idea, I could do this on the weekend (as long as no-one beats me to it).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
bwDracocommented, Nov 22, 2016

I second this.

To build on this, I’d also like to see a !!/blacklist-username command. A bit earlier (see #295), I had to manually fork the repo, edit the code, and submit a pull request in order to get a username added to the blacklist.

1reaction
ArtOfCode-commented, Nov 22, 2016

Oh, definitely. I mean you’ve gotta remember which file it is, for a start, and our consistent naming schemes make that really difficult. And then you’ve gotta remember where the newline goes! And don’t forget actually typing, who knows how to do that these days?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding Blacklists - Miss Rose
Blacklists can be a powerful tool to help automate moderation in your group, ... You can add a blacklist trigger by issuing the...
Read more >
Avoiding blacklist keywords in commits — Git | by Maanav Shah
So, I needed a solution in which I can blacklist keywords while committing. GitHub provides… ... git commit -m "Add debugger command".
Read more >
Implementing a Blacklist of keywords in SQL - Stack Overflow
SELECT keyword FROM words JOIN blacklist WHERE keyword LIKE CONCAT(CONCAT('%', word), '%'). Assuming that the words are in the keyword field ...
Read more >
How To Blacklist and Ban Words in Twitch Chat - Alphr
1. From the main Twitch website page, Click on your "profile pic" in the top-right section, then select "Creator Dashboard" from the menu....
Read more >
How To Ban Words On A Discord Server - Full Tutorial
Use Fiverr and get some free credit here: https://bit.ly/FiverrDusty Start: 0:00 Add Arcane Bot: 0:25 Add Words To Blacklist : 1:00 Connect ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found