tripleee
tripleee
I have a fork with a basic implementation of this but it's a little bit tortured. I'm thinking it would make sense to reduce code duplication by (finally) creating a...
Would be nice if this could be extended to `!!/addblu` too, and `!!/rmblu` I suppose for orthogonality.
My main use case is that it's convenient to provide a rationale in the chat message itself, in case somebody would search for it. In fact, I tried to do...
I have now tried to rebase this 4-5 times and I end up with really weird results every time. Maybe I'll leave that for tomorrow.
Set to pending: Thomas requested that I split off the blacklist refactoring and other random small changes into separate PRs which can be reviewed individually, so I will proceed to...
Undo my understanding is that the `sites` member of the rule dict entry lists SE sites where the rule should be exempted, not URLs which should not be matched by...
A microarchitecture with multiple chat instances ("Smoke Detectors", the chatbot part) and perhaps multiple detection instances ("Smoke Detectors", the `spamhandling.py` part) would probably offer some other benefits too. I have...
Just to spell this out, you are talking about moving the Socket Science chat room to a different chat server chat.stackoverflow.com so as to reduce the load that we put...
@Makyen Thanks for the thorough analysis (as always!). One thing I didn't see mentioned is that if we combine spam reports, replying to individual reports in chat would have to...
A couple of additional ideas ... One way to split SmokeDetector would be to have two different roles -- say SmokeAlarm and SmokeChat. The Alarm role would use all of...