Chirag Maheshwari
Chirag Maheshwari
Implementing such a filter would be a good idea. We can either use another library ([wordfilter](https://github.com/dariusk/wordfilter)) to do this on the server side or build our custom filter using a...
Hi I am new user of slack-irc and would really like this feature to be merged. @guruofquality The checks were failing because of [this test](https://github.com/ekmartin/slack-irc/blob/b0657524ab9a129c136ab5b8659d74aaa87503dd/test/bot-events.test.js#L101:L108). You may change the subtype...
I found this [blog](https://www.polymer-project.org/blog/2017-10-18-upcoming-changes.html) on chrome deprecations in version 63 on Polymer website. Also this article on [remove-shadow-piercing](https://developers.google.com/web/updates/2017/10/remove-shadow-piercing), this is what is causing the issue. Down there in comments someone...
On typing `c++`, bot shall give a response `Sorry, You can't give ++ or -- to yourself.`. This will be weird, don't you think?
A better option will be if we only allow the `++` `--` on usernames available. Check if you can figure out a way to do that @RohanBh !